`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

3
lua.c
View File

@@ -1,5 +1,5 @@
/*
** $Id: lua.c,v 1.37 2000/04/14 17:46:29 roberto Exp roberto $
** $Id: lua.c,v 1.38 2000/05/10 17:00:21 roberto Exp roberto $
** Lua stand-alone interpreter
** See Copyright Notice in lua.h
*/
@@ -11,6 +11,7 @@
#include <string.h>
#include "lua.h"
#include "luadebug.h"
#include "lualib.h"