`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

5
lgc.c
View File

@@ -1,11 +1,13 @@
/*
** $Id: lgc.c,v 1.55 2000/06/05 20:07:53 roberto Exp roberto $
** $Id: lgc.c,v 1.56 2000/06/08 17:48:31 roberto Exp roberto $
** Garbage Collector
** See Copyright Notice in lua.h
*/
#define LUA_REENTRANT
#include "lua.h"
#include "ldo.h"
#include "lfunc.h"
#include "lgc.h"
@@ -16,7 +18,6 @@
#include "lstring.h"
#include "ltable.h"
#include "ltm.h"
#include "lua.h"