diff options
Diffstat (limited to 'opcode.h')
| -rw-r--r-- | opcode.h | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** TeCGraf - PUC-Rio | 2 | ** TeCGraf - PUC-Rio |
| 3 | ** $Id: opcode.h,v 3.30 1997/03/20 19:20:43 roberto Exp roberto $ | 3 | ** $Id: opcode.h,v 3.31 1997/03/31 14:02:58 roberto Exp roberto $ |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #ifndef opcode_h | 6 | #ifndef opcode_h |
| @@ -35,6 +35,8 @@ typedef enum | |||
| 35 | #define NUM_TYPES 10 | 35 | #define NUM_TYPES 10 |
| 36 | 36 | ||
| 37 | 37 | ||
| 38 | extern char *luaI_typenames[]; | ||
| 39 | |||
| 38 | typedef enum { | 40 | typedef enum { |
| 39 | /* name parm before after side effect | 41 | /* name parm before after side effect |
| 40 | -----------------------------------------------------------------------------*/ | 42 | -----------------------------------------------------------------------------*/ |
