`lua.h' is included before any other Lua header file

This commit is contained in:
Roberto Ierusalimschy
2000-06-12 10:52:05 -03:00
parent 8ca9534d04
commit 1de5587184
28 changed files with 82 additions and 44 deletions

4
llex.c
View File

@@ -1,5 +1,5 @@
/*
** $Id: llex.c,v 1.61 2000/05/25 18:59:59 roberto Exp roberto $
** $Id: llex.c,v 1.62 2000/05/26 14:04:04 roberto Exp roberto $
** Lexical Analyzer
** See Copyright Notice in lua.h
*/
@@ -11,6 +11,8 @@
#define LUA_REENTRANT
#include "lua.h"
#include "lauxlib.h"
#include "llex.h"
#include "lmem.h"