many details (most by lhf).

This commit is contained in:
Roberto Ierusalimschy
2000-03-03 11:58:26 -03:00
parent f7840a3e0b
commit 3c9d999424
32 changed files with 283 additions and 296 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: ltable.c,v 1.33 1999/12/23 18:19:57 roberto Exp roberto $
** $Id: ltable.c,v 1.34 2000/02/08 16:34:31 roberto Exp roberto $
** Lua tables (hash)
** See Copyright Notice in lua.h
*/
@@ -32,7 +32,7 @@
#define TagDefault LUA_T_ARRAY;
#define TagDefault LUA_T_ARRAY