mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
`lua.h' is included before any other Lua header file
This commit is contained in:
parent
8ca9534d04
commit
1de5587184
28 changed files with 82 additions and 44 deletions
4
lstate.c
4
lstate.c
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
** $Id: lstate.c,v 1.25 2000/03/31 16:28:45 roberto Exp roberto $
|
||||
** $Id: lstate.c,v 1.26 2000/05/08 19:32:53 roberto Exp roberto $
|
||||
** Global State
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
#define LUA_REENTRANT
|
||||
|
||||
#include "lua.h"
|
||||
|
||||
#include "lauxlib.h"
|
||||
#include "lbuiltin.h"
|
||||
#include "ldo.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue