diff options
Diffstat (limited to 'fallback.h')
-rw-r--r-- | fallback.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: fallback.h,v 1.7 1994/11/21 18:22:58 roberto Stab roberto $ | 2 | ** $Id: fallback.h,v 1.8 1995/10/04 14:20:26 roberto Exp roberto $ |
3 | */ | 3 | */ |
4 | 4 | ||
5 | #ifndef fallback_h | 5 | #ifndef fallback_h |
@@ -10,6 +10,8 @@ | |||
10 | extern struct FB { | 10 | extern struct FB { |
11 | char *kind; | 11 | char *kind; |
12 | Object function; | 12 | Object function; |
13 | int nParams; | ||
14 | int nResults; | ||
13 | } luaI_fallBacks[]; | 15 | } luaI_fallBacks[]; |
14 | 16 | ||
15 | #define FB_ERROR 0 | 17 | #define FB_ERROR 0 |