Fixed error: did not compile
This commit is contained in:
parent
d7a3b68635
commit
b4aef1eb5e
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue