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 /lobject.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 'lobject.c')
| -rw-r--r-- | lobject.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,11 +1,12 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lobject.c,v 2.7 2004/11/24 19:16:03 roberto Exp roberto $ | 2 | ** $Id: lobject.c,v 2.8 2005/01/10 18:17:39 roberto Exp roberto $ |
| 3 | ** Some generic functions over Lua objects | 3 | ** Some generic functions over Lua objects |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | #include <ctype.h> | 7 | #include <ctype.h> |
| 8 | #include <stdarg.h> | 8 | #include <stdarg.h> |
| 9 | #include <stdio.h> | ||
| 9 | #include <stdlib.h> | 10 | #include <stdlib.h> |
| 10 | #include <string.h> | 11 | #include <string.h> |
| 11 | 12 | ||
