small optimizations.

This commit is contained in:
Roberto Ierusalimschy
2000-03-10 11:38:10 -03:00
parent 977b8f65f0
commit 3d0577f4b9
4 changed files with 89 additions and 50 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: lstring.h,v 1.15 1999/12/14 18:42:57 roberto Exp roberto $
** $Id: lstring.h,v 1.16 2000/03/03 14:58:26 roberto Exp roberto $
** String table (keep all strings handled by Lua)
** See Copyright Notice in lua.h
*/
@@ -12,7 +12,7 @@
#include "lstate.h"
#define NUM_HASHSTR 31
#define NUM_HASHSTR 32
#define NUM_HASHUDATA 31
#define NUM_HASHS (NUM_HASHSTR+NUM_HASHUDATA)