diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1994-11-23 12:32:00 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1994-11-23 12:32:00 -0200 |
| commit | d490555ec9d5efb886211f735694d4e7dd0c166d (patch) | |
| tree | f9b75cdc3a6d4132dddc884280ae218a7f9beb5c /inout.c | |
| parent | ad0ec203f60df5e2f8a3b294c9e8c1014280b8f1 (diff) | |
| download | lua-d490555ec9d5efb886211f735694d4e7dd0c166d.tar.gz lua-d490555ec9d5efb886211f735694d4e7dd0c166d.tar.bz2 lua-d490555ec9d5efb886211f735694d4e7dd0c166d.zip | |
garbage collection tag for strings organized in struct TaggedString
Diffstat (limited to 'inout.c')
| -rw-r--r-- | inout.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -5,7 +5,7 @@ | |||
| 5 | ** Also provides some predefined lua functions. | 5 | ** Also provides some predefined lua functions. |
| 6 | */ | 6 | */ |
| 7 | 7 | ||
| 8 | char *rcs_inout="$Id: inout.c,v 2.11 1994/11/14 21:40:14 roberto Exp roberto $"; | 8 | char *rcs_inout="$Id: inout.c,v 2.12 1994/11/21 21:41:09 roberto Exp $"; |
| 9 | 9 | ||
| 10 | #include <stdio.h> | 10 | #include <stdio.h> |
| 11 | #include <stdlib.h> | 11 | #include <stdlib.h> |
| @@ -166,7 +166,7 @@ void lua_reportbug (char *s) | |||
| 166 | { | 166 | { |
| 167 | sprintf (strchr(msg,0), | 167 | sprintf (strchr(msg,0), |
| 168 | "\t-> function \"%s\" at file \"%s\":%d\n", | 168 | "\t-> function \"%s\" at file \"%s\":%d\n", |
| 169 | lua_constant[func->function], func->file, line); | 169 | lua_constant[func->function]->str, func->file, line); |
| 170 | line = func->line; | 170 | line = func->line; |
| 171 | func = func->next; | 171 | func = func->next; |
| 172 | lua_popfunction(); | 172 | lua_popfunction(); |
