diff options
Diffstat (limited to 'lstrlib.c')
-rw-r--r-- | lstrlib.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lstrlib.c,v 1.54 2000/10/05 12:14:08 roberto Exp roberto $ | 2 | ** $Id: lstrlib.c,v 1.55 2000/10/20 16:39:03 roberto Exp roberto $ |
3 | ** Standard library for string operations and pattern-matching | 3 | ** Standard library for string operations and pattern-matching |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -616,6 +616,6 @@ static const struct luaL_reg strlib[] = { | |||
616 | /* | 616 | /* |
617 | ** Open string library | 617 | ** Open string library |
618 | */ | 618 | */ |
619 | LUA_API void lua_strlibopen (lua_State *L) { | 619 | LUALIB_API void lua_strlibopen (lua_State *L) { |
620 | luaL_openl(L, strlib); | 620 | luaL_openl(L, strlib); |
621 | } | 621 | } |