diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-08-26 14:36:32 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-08-26 14:36:32 -0300 |
| commit | 3390f9a35ac66d01c7bb0114083a4cb384783ff5 (patch) | |
| tree | b1726d230beac862c99b0b1f2361484b2cf7ad3b /loslib.c | |
| parent | 9273fbd131eb0be7d4e7ca4f44345b41f8a557cf (diff) | |
| download | lua-3390f9a35ac66d01c7bb0114083a4cb384783ff5.tar.gz lua-3390f9a35ac66d01c7bb0114083a4cb384783ff5.tar.bz2 lua-3390f9a35ac66d01c7bb0114083a4cb384783ff5.zip | |
detail
Diffstat (limited to 'loslib.c')
| -rw-r--r-- | loslib.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: loslib.c,v 1.10 2005/05/25 13:21:26 roberto Exp roberto $ | 2 | ** $Id: loslib.c,v 1.11 2005/08/15 14:12:32 roberto Exp roberto $ |
| 3 | ** Standard Operating System library | 3 | ** Standard Operating System library |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -209,7 +209,7 @@ static int io_exit (lua_State *L) { | |||
| 209 | return 0; /* to avoid warnings */ | 209 | return 0; /* to avoid warnings */ |
| 210 | } | 210 | } |
| 211 | 211 | ||
| 212 | static const luaL_reg syslib[] = { | 212 | static const luaL_Reg syslib[] = { |
| 213 | {"clock", io_clock}, | 213 | {"clock", io_clock}, |
| 214 | {"date", io_date}, | 214 | {"date", io_date}, |
| 215 | {"difftime", io_difftime}, | 215 | {"difftime", io_difftime}, |
