From b4cd38ba6c148cf7db5deae6208b660c3417cac9 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 30 Apr 2004 17:13:38 -0300 Subject: new scheme for configuration through `luaconf.h' --- lmathlib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lmathlib.c') diff --git a/lmathlib.c b/lmathlib.c index 5c060218..76809b53 100644 --- a/lmathlib.c +++ b/lmathlib.c @@ -1,5 +1,5 @@ /* -** $Id: lmathlib.c,v 1.58 2003/10/10 12:57:55 roberto Exp roberto $ +** $Id: lmathlib.c,v 1.59 2003/11/05 11:59:14 roberto Exp roberto $ ** Standard mathematical library ** See Copyright Notice in lua.h */ @@ -9,6 +9,7 @@ #include #define lmathlib_c +#define LUA_LIB #include "lua.h" -- cgit v1.2.3-55-g6feb