`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: lstrlib.c,v 1.42 2000/05/02 18:32:22 roberto Exp roberto $
** $Id: lstrlib.c,v 1.43 2000/05/24 13:54:49 roberto Exp roberto $
** Standard library for string operations and pattern-matching
** See Copyright Notice in lua.h
*/
@@ -13,8 +13,9 @@
#define LUA_REENTRANT
#include "lauxlib.h"
#include "lua.h"
#include "lauxlib.h"
#include "lualib.h"