1
0
mirror of https://github.com/lua/lua synced 2026-06-08 15:34:49 +00:00

BUG: LUA_COMPAT2_5 written wrong...

This commit is contained in:
Roberto Ierusalimschy
1997-07-29 10:35:06 -03:00
parent 971b1d557d
commit 0600f968c3
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -1,2 +1,3 @@
- arquivo comecando com # fica com numero da linha defazado (inout.c 2.69)
- LUA_COMPAT2_5 escrito errado em opcode.c (faltou o LUA_)
-
+2 -2
View File
@@ -3,7 +3,7 @@
** TecCGraf - PUC-Rio
*/
char *rcs_opcode="$Id: opcode.c,v 4.17 1997/07/03 22:06:06 roberto Exp $";
char *rcs_opcode="$Id: opcode.c,v 4.17 1997/07/04 14:55:37 roberto Exp roberto $";
#include <setjmp.h>
#include <stdio.h>
@@ -1492,7 +1492,7 @@ static StkId lua_execute (Byte *pc, StkId base)
}
#if COMPAT2_5
#if LUA_COMPAT2_5
/*
** API: set a function as a fallback
*/