diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-03-08 15:09:16 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-03-08 15:09:16 -0300 |
commit | b5b230d95cdf0b7dbe94ec1a5a8433f93ac2de17 (patch) | |
tree | 9cc4873a1a80cb02137ec54abd21ce0a858b19b7 /ldo.c | |
parent | 7d57ea70bc975922485d589c8a6d8dedaa0fba02 (diff) | |
download | lua-b5b230d95cdf0b7dbe94ec1a5a8433f93ac2de17.tar.gz lua-b5b230d95cdf0b7dbe94ec1a5a8433f93ac2de17.tar.bz2 lua-b5b230d95cdf0b7dbe94ec1a5a8433f93ac2de17.zip |
fewer #include's in luaconf.h
Diffstat (limited to 'ldo.c')
-rw-r--r-- | ldo.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,10 +1,11 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ldo.c,v 2.13 2004/12/03 20:35:33 roberto Exp roberto $ | 2 | ** $Id: ldo.c,v 2.14 2005/02/18 12:40:02 roberto Exp roberto $ |
3 | ** Stack and Call structure of Lua | 3 | ** Stack and Call structure of Lua |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
6 | 6 | ||
7 | 7 | ||
8 | #include <setjmp.h> | ||
8 | #include <stdlib.h> | 9 | #include <stdlib.h> |
9 | #include <string.h> | 10 | #include <string.h> |
10 | 11 | ||