new type `boolean'

This commit is contained in:
Roberto Ierusalimschy
2001-12-11 20:48:44 -02:00
parent ed9be5e1f0
commit 9aff171f3b
18 changed files with 166 additions and 121 deletions

2
ltm.c
View File

@@ -19,7 +19,7 @@
const char *const luaT_typenames[] = {
"userdata", "nil", "number", "string", "table", "function"
"userdata", "nil", "number", "boolean", "string", "table", "function"
};