Fixed error: did not compile

This commit is contained in:
ceriel 1993-05-12 08:33:03 +00:00
parent d7a3b68635
commit b4aef1eb5e

View file

@ -111,7 +111,7 @@ code_string(val, len)
int len; int len;
{ {
register struct string_cst *sc = new_string_cst(); register struct string_cst *sc = new_string_cst();
label lbl = data_label(); label dlb = data_label();
C_ina_dlb(dlb); C_ina_dlb(dlb);
sc->next = str_list; sc->next = str_list;