diff options
Diffstat (limited to '')
| -rw-r--r-- | lua.stx | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | %{ | 1 | %{ |
| 2 | 2 | ||
| 3 | char *rcs_luastx = "$Id: lua.stx,v 2.7 1994/08/05 19:31:09 celes Exp celes $"; | 3 | char *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); |
