fallback for "call expression not a function" errors

This commit is contained in:
Roberto Ierusalimschy
1994-11-21 16:22:58 -02:00
parent 96ea2e0fb4
commit 609392ff2e
3 changed files with 29 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: fallback.h,v 1.5 1994/11/18 19:46:21 roberto Exp roberto $
** $Id: fallback.h,v 1.6 1994/11/21 13:30:15 roberto Exp roberto $
*/
#ifndef fallback_h
@@ -20,6 +20,7 @@ extern struct FB {
#define FB_CONCAT 5
#define FB_SETTABLE 6
#define FB_GC 7
#define FB_FUNCTION 8
void luaI_setfallback (void);
int luaI_lock (Object *object);