diff options
-rw-r--r-- | lstate.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lstate.c,v 2.92 2011/10/03 17:54:25 roberto Exp roberto $ | 2 | ** $Id: lstate.c,v 2.93 2012/02/01 21:57:15 roberto Exp roberto $ |
3 | ** Global State | 3 | ** Global State |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -48,7 +48,7 @@ | |||
48 | */ | 48 | */ |
49 | #if !defined(luai_makeseed) | 49 | #if !defined(luai_makeseed) |
50 | #include <time.h> | 50 | #include <time.h> |
51 | #define luai_makeseed(L) cast(size_t, time(NULL)) | 51 | #define luai_makeseed() cast(size_t, time(NULL)) |
52 | #endif | 52 | #endif |
53 | 53 | ||
54 | 54 | ||