diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2015-02-16 11:15:00 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2015-02-16 11:15:00 -0200 |
| commit | 419e2cb01d3527928cc4035f8b9b9589946e0e1a (patch) | |
| tree | f26a4155f0fce405c482a10eb8f22947b2a0f420 | |
| parent | 374f6c461240d8896ed3d9c73bad3873bba580ae (diff) | |
| download | lua-419e2cb01d3527928cc4035f8b9b9589946e0e1a.tar.gz lua-419e2cb01d3527928cc4035f8b9b9589946e0e1a.tar.bz2 lua-419e2cb01d3527928cc4035f8b9b9589946e0e1a.zip | |
detail (file does not need 'string.h')
| -rw-r--r-- | ltable.c | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: ltable.c,v 2.101 2015/01/16 16:54:37 roberto Exp roberto $ | 2 | ** $Id: ltable.c,v 2.102 2015/02/13 13:05:34 roberto Exp roberto $ |
| 3 | ** Lua tables (hash) | 3 | ** Lua tables (hash) |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -25,7 +25,6 @@ | |||
| 25 | 25 | ||
| 26 | #include <float.h> | 26 | #include <float.h> |
| 27 | #include <math.h> | 27 | #include <math.h> |
| 28 | #include <string.h> | ||
| 29 | #include <limits.h> | 28 | #include <limits.h> |
| 30 | 29 | ||
| 31 | #include "lua.h" | 30 | #include "lua.h" |
