`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

View File

@@ -1,5 +1,5 @@
/*
** $Id: lparser.c,v 1.93 2000/05/30 19:00:31 roberto Exp roberto $
** $Id: lparser.c,v 1.94 2000/06/05 14:56:18 roberto Exp roberto $
** LL(1) Parser and code generator for Lua
** See Copyright Notice in lua.h
*/
@@ -10,6 +10,8 @@
#define LUA_REENTRANT
#include "lua.h"
#include "lcode.h"
#include "lfunc.h"
#include "llex.h"