aboutsummaryrefslogtreecommitdiff
path: root/lua.stx
diff options
context:
space:
mode:
Diffstat (limited to 'lua.stx')
-rw-r--r--lua.stx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua.stx b/lua.stx
index 79224d3d..e71a8bda 100644
--- a/lua.stx
+++ b/lua.stx
@@ -1,6 +1,6 @@
1%{ 1%{
2 2
3char *rcs_luastx = "$Id: lua.stx,v 2.7 1994/08/05 19:31:09 celes Exp celes $"; 3char *rcs_luastx = "$Id: lua.stx,v 2.8 1994/10/11 13:02:39 celes Exp celes $";
4 4
5#include <stdio.h> 5#include <stdio.h>
6#include <stdlib.h> 6#include <stdlib.h>
@@ -283,7 +283,7 @@ function : FUNCTION NAME
283 if (lua_debug) 283 if (lua_debug)
284 { 284 {
285 code_byte(SETFUNCTION); 285 code_byte(SETFUNCTION);
286 code_word(lua_nfile-1); 286 code_code((Byte *)lua_file[lua_nfile-1]);
287 code_word($<vWord>3); 287 code_word($<vWord>3);
288 } 288 }
289 lua_codeadjust (0); 289 lua_codeadjust (0);