`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: lundump.c,v 1.20 2000/04/25 16:44:31 roberto Exp roberto $
** $Id: lundump.c,v 1.21 2000/05/08 19:32:53 roberto Exp roberto $
** load bytecodes from files
** See Copyright Notice in lua.h
*/
@@ -9,6 +9,8 @@
#define LUA_REENTRANT
#include "lua.h"
#include "lauxlib.h"
#include "lfunc.h"
#include "lmem.h"