diff options
Diffstat (limited to 'lmathlib.c')
| -rw-r--r-- | lmathlib.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lmathlib.c,v 1.58 2003/10/10 12:57:55 roberto Exp roberto $ | 2 | ** $Id: lmathlib.c,v 1.59 2003/11/05 11:59:14 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 | */ |
| @@ -9,6 +9,7 @@ | |||
| 9 | #include <math.h> | 9 | #include <math.h> |
| 10 | 10 | ||
| 11 | #define lmathlib_c | 11 | #define lmathlib_c |
| 12 | #define LUA_LIB | ||
| 12 | 13 | ||
| 13 | #include "lua.h" | 14 | #include "lua.h" |
| 14 | 15 | ||
