diff options
Diffstat (limited to 'fallback.c')
-rw-r--r-- | fallback.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,13 +3,13 @@ | |||
3 | ** TecCGraf - PUC-Rio | 3 | ** TecCGraf - PUC-Rio |
4 | */ | 4 | */ |
5 | 5 | ||
6 | char *rcs_fallback="$Id: fallback.c,v 1.33 1997/03/24 17:13:22 roberto Exp roberto $"; | 6 | char *rcs_fallback="$Id: fallback.c,v 1.34 1997/03/31 14:02:58 roberto Exp roberto $"; |
7 | 7 | ||
8 | #include <stdio.h> | 8 | #include <stdio.h> |
9 | #include <string.h> | 9 | #include <string.h> |
10 | 10 | ||
11 | #include "auxlib.h" | 11 | #include "auxlib.h" |
12 | #include "mem.h" | 12 | #include "luamem.h" |
13 | #include "fallback.h" | 13 | #include "fallback.h" |
14 | #include "opcode.h" | 14 | #include "opcode.h" |
15 | #include "lua.h" | 15 | #include "lua.h" |