From 1de5587184eb2d8d9f379c661f77f7e450764894 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 12 Jun 2000 10:52:05 -0300 Subject: `lua.h' is included before any other Lua header file --- lstrlib.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lstrlib.c') diff --git a/lstrlib.c b/lstrlib.c index da75bbd7..5935d826 100644 --- a/lstrlib.c +++ b/lstrlib.c @@ -1,5 +1,5 @@ /* -** $Id: lstrlib.c,v 1.42 2000/05/02 18:32:22 roberto Exp roberto $ +** $Id: lstrlib.c,v 1.43 2000/05/24 13:54:49 roberto Exp roberto $ ** Standard library for string operations and pattern-matching ** See Copyright Notice in lua.h */ @@ -13,8 +13,9 @@ #define LUA_REENTRANT -#include "lauxlib.h" #include "lua.h" + +#include "lauxlib.h" #include "lualib.h" -- cgit v1.2.3-55-g6feb