From 7e3d3e1f70b75f0d5d8b5e3b240404a9f9adbcf1 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 2 Feb 2001 17:02:40 -0200 Subject: details --- lauxlib.c | 4 ++-- lauxlib.h | 8 ++++---- lbaselib.c | 6 +++--- ldblib.c | 4 ++-- liolib.c | 4 ++-- lmathlib.c | 4 ++-- lstrlib.c | 4 ++-- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/lauxlib.c b/lauxlib.c index ab7609e6..8920ac9c 100644 --- a/lauxlib.c +++ b/lauxlib.c @@ -1,5 +1,5 @@ /* -** $Id: lauxlib.c,v 1.44 2000/12/04 18:33:40 roberto Exp roberto $ +** $Id: lauxlib.c,v 1.45 2001/01/25 16:45:36 roberto Exp roberto $ ** Auxiliary functions for building Lua libraries ** See Copyright Notice in lua.h */ @@ -110,7 +110,7 @@ LUALIB_API lua_Number luaL_opt_number (lua_State *L, int narg, lua_Number def) { } -LUALIB_API void luaL_openlib (lua_State *L, const struct luaL_reg *l, int n) { +LUALIB_API void luaL_openlib (lua_State *L, const luaL_reg *l, int n) { int i; for (i=0; i