From 28fdbcf393c6c709a21a29f47cfa4c6ed4031ae9 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Sun, 2 Nov 2014 17:19:04 -0200 Subject: added include for 'lprefix.h', for stuff that must be added before any other header file --- lapi.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'lapi.c') diff --git a/lapi.c b/lapi.c index 34a52390..d6f448c2 100644 --- a/lapi.c +++ b/lapi.c @@ -1,16 +1,18 @@ /* -** $Id: lapi.c,v 2.240 2014/10/28 17:27:50 roberto Exp roberto $ +** $Id: lapi.c,v 2.241 2014/10/31 17:41:51 roberto Exp roberto $ ** Lua API ** See Copyright Notice in lua.h */ +#define lapi_c +#define LUA_CORE + +#include "lprefix.h" + #include #include -#define lapi_c -#define LUA_CORE - #include "lua.h" #include "lapi.h" -- cgit v1.2.3-55-g6feb