mirror of
https://github.com/lua/lua
synced 2026-09-27 00:28:25 +03:00
missing include
This commit is contained in:
parent
8223ff473f
commit
b097076678
2 changed files with 4 additions and 2 deletions
3
ldo.c
3
ldo.c
|
|
@ -1,11 +1,12 @@
|
|||
/*
|
||||
** $Id: ldo.c,v 1.54 1999/12/01 19:50:08 roberto Exp roberto $
|
||||
** $Id: ldo.c,v 1.55 1999/12/02 16:24:45 roberto Exp roberto $
|
||||
** Stack and Call structure of Lua
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
||||
|
||||
#include <setjmp.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
|||
3
llex.c
3
llex.c
|
|
@ -1,11 +1,12 @@
|
|||
/*
|
||||
** $Id: llex.c,v 1.43 1999/11/09 17:59:35 roberto Exp roberto $
|
||||
** $Id: llex.c,v 1.44 1999/11/22 13:12:07 roberto Exp roberto $
|
||||
** Lexical Analyzer
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
||||
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#define LUA_REENTRANT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue