diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-11-23 11:49:35 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-11-23 11:49:35 -0200 |
commit | 35d6b1505702b0f4a2eee0e6d2f8dfc50943a1a7 (patch) | |
tree | a2c7dab0d015beda8ac85ff7458a997536f6ed31 /lualib.h | |
parent | 22914afab31d98b2a2e8f03f8141f186879e80d0 (diff) | |
download | lua-35d6b1505702b0f4a2eee0e6d2f8dfc50943a1a7.tar.gz lua-35d6b1505702b0f4a2eee0e6d2f8dfc50943a1a7.tar.bz2 lua-35d6b1505702b0f4a2eee0e6d2f8dfc50943a1a7.zip |
some cleaning
Diffstat (limited to 'lualib.h')
-rw-r--r-- | lualib.h | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lualib.h,v 1.13 2000/10/20 16:39:03 roberto Exp roberto $ | 2 | ** $Id: lualib.h,v 1.14 2000/10/27 16:15:53 roberto Exp roberto $ |
3 | ** Lua standard libraries | 3 | ** Lua standard libraries |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -25,10 +25,4 @@ LUALIB_API void lua_mathlibopen (lua_State *L); | |||
25 | LUALIB_API void lua_dblibopen (lua_State *L); | 25 | LUALIB_API void lua_dblibopen (lua_State *L); |
26 | 26 | ||
27 | 27 | ||
28 | |||
29 | /* Auxiliary functions (private) */ | ||
30 | |||
31 | const char *luaI_classend (lua_State *L, const char *p); | ||
32 | int luaI_singlematch (int c, const char *p, const char *ep); | ||
33 | |||
34 | #endif | 28 | #endif |