1995-10-20
1995-10-20 08:43:12 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
0d202a710a006fd10cc48adf1b4de98634094634
(4 lines)
(+4/-0)
[
Show
| Annotate
]
Branch: branches/E-12
committing
Rev: src/language.y:1.5
Rev: src/las.c:1.4
Rev: src/lex.c:1.4
Rev: src/lex.h:1.3
Rev: src/lpc_types.c:1.5
Rev: src/program.c:1.5
Rev: src/stralloc.c:1.4
Rev: src/svalue.h:1.3
28: Inside #if defined(DEBUG)
if(debug_findstring(s) !=s)
fatal("Shared string not shared.\n");
+ if(s->str[s->len])
+ fatal("Shared string is not zero terminated properly.\n");
+
checked((void *)s,1);
}