fewer #include's in luaconf.h

This commit is contained in:
Roberto Ierusalimschy
2005-03-08 15:09:16 -03:00
parent 7d57ea70bc
commit b5b230d95c
6 changed files with 12 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: ltable.c,v 2.14 2005/01/05 18:20:51 roberto Exp roberto $
** $Id: ltable.c,v 2.15 2005/01/10 18:17:39 roberto Exp roberto $
** Lua tables (hash)
** See Copyright Notice in lua.h
*/
@@ -18,6 +18,7 @@
** Hence even when the load factor reaches 100%, performance remains good.
*/
#include <math.h>
#include <string.h>
#define ltable_c