Massive warnings fix, mostly "char *"->"const char *"

This commit is contained in:
Sven Hesse
2008-07-20 13:34:04 +00:00
parent 46ccb9d6f7
commit 8f16dad07c
41 changed files with 220 additions and 218 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
#include "lua.h"
char *luaO_typenames[] = { /* ORDER LUA_T */
const char *luaO_typenames[] = { /* ORDER LUA_T */
"userdata", "number", "string", "table", "function", "function", "task",
"nil", "function", "mark", "mark", "mark", "line", NULL
};