aboutsummaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/opcode.h b/opcode.h
index 89490262..957310f3 100644
--- a/opcode.h
+++ b/opcode.h
@@ -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
38extern char *luaI_typenames[];
39
38typedef enum { 40typedef enum {
39/* name parm before after side effect 41/* name parm before after side effect
40-----------------------------------------------------------------------------*/ 42-----------------------------------------------------------------------------*/