diff options
Diffstat (limited to 'lmathlib.c')
-rw-r--r-- | lmathlib.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lmathlib.c,v 1.24 2000/03/10 18:37:44 roberto Exp roberto $ | 2 | ** $Id: lmathlib.c,v 1.25 2000/06/12 13:52:05 roberto Exp roberto $ |
3 | ** Standard mathematical library | 3 | ** Standard mathematical library |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -8,8 +8,6 @@ | |||
8 | #include <stdlib.h> | 8 | #include <stdlib.h> |
9 | #include <math.h> | 9 | #include <math.h> |
10 | 10 | ||
11 | #define LUA_REENTRANT | ||
12 | |||
13 | #include "lua.h" | 11 | #include "lua.h" |
14 | 12 | ||
15 | #include "lauxlib.h" | 13 | #include "lauxlib.h" |