diff options
Diffstat (limited to 'opcode.c')
-rw-r--r-- | opcode.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ | |||
3 | ** TecCGraf - PUC-Rio | 3 | ** TecCGraf - PUC-Rio |
4 | */ | 4 | */ |
5 | 5 | ||
6 | char *rcs_opcode="$Id: opcode.c,v 3.63 1996/03/20 17:05:44 roberto Exp roberto $"; | 6 | char *rcs_opcode="$Id: opcode.c,v 3.64 1996/03/21 16:31:32 roberto Exp roberto $"; |
7 | 7 | ||
8 | #include <setjmp.h> | 8 | #include <setjmp.h> |
9 | #include <stdio.h> | 9 | #include <stdio.h> |
@@ -102,7 +102,7 @@ static void growstack (void) | |||
102 | if (stacksize >= limit) | 102 | if (stacksize >= limit) |
103 | { | 103 | { |
104 | limit = stacksize; | 104 | limit = stacksize; |
105 | lua_error(luaI_memerrormsg[stackEM]); | 105 | lua_error(stackEM); |
106 | } | 106 | } |
107 | } | 107 | } |
108 | } | 108 | } |