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 --- lbuiltin.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lbuiltin.c') diff --git a/lbuiltin.c b/lbuiltin.c index 6be64092..f7ba5839 100644 --- a/lbuiltin.c +++ b/lbuiltin.c @@ -1,5 +1,5 @@ /* -** $Id: lbuiltin.c,v 1.114 2000/06/06 16:31:41 roberto Exp roberto $ +** $Id: lbuiltin.c,v 1.115 2000/06/08 17:48:31 roberto Exp roberto $ ** Built-in functions ** See Copyright Notice in lua.h */ @@ -21,6 +21,8 @@ #define LUA_REENTRANT +#include "lua.h" + #include "lapi.h" #include "lauxlib.h" #include "lbuiltin.h" @@ -32,7 +34,6 @@ #include "lstring.h" #include "ltable.h" #include "ltm.h" -#include "lua.h" #include "lundump.h" #include "lvm.h" -- cgit v1.2.3-55-g6feb