diff options
-rw-r--r-- | opcode.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,11 +3,12 @@ | |||
3 | ** TecCGraf - PUC-Rio | 3 | ** TecCGraf - PUC-Rio |
4 | */ | 4 | */ |
5 | 5 | ||
6 | char *rcs_opcode="$Id: opcode.c,v 3.69 1996/05/28 21:07:32 roberto Exp roberto $"; | 6 | char *rcs_opcode="$Id: opcode.c,v 3.70 1996/06/10 19:36:24 roberto Exp roberto $"; |
7 | 7 | ||
8 | #include <setjmp.h> | 8 | #include <setjmp.h> |
9 | #include <stdio.h> | 9 | #include <stdio.h> |
10 | #include <string.h> | 10 | #include <string.h> |
11 | #include <stdlib.h> | ||
11 | 12 | ||
12 | #include "luadebug.h" | 13 | #include "luadebug.h" |
13 | #include "mem.h" | 14 | #include "mem.h" |