small warnings

This commit is contained in:
Roberto Ierusalimschy
1998-12-03 13:45:15 -02:00
parent bb1cb7b9f1
commit 5ca2709ba0
4 changed files with 9 additions and 9 deletions

4
lapi.c
View File

@@ -1,5 +1,5 @@
/*
** $Id: lapi.c,v 1.27 1998/08/21 17:43:44 roberto Exp roberto $
** $Id: lapi.c,v 1.28 1998/09/07 18:59:59 roberto Exp roberto $
** Lua API
** See Copyright Notice in lua.h
*/
@@ -34,7 +34,7 @@ TObject *luaA_Address (lua_Object o) {
}
static int normalized_type (TObject *o)
static lua_Type normalized_type (TObject *o)
{
int t = ttype(o);
switch (t) {