generate a con instruction for each character in a string constant

This commit is contained in:
erikb
1986-08-25 08:47:07 +00:00
parent c3ef25a7a9
commit 196cc676d9
2 changed files with 13 additions and 5 deletions

View File

@@ -81,7 +81,7 @@ def_strings(sc)
if (sc) {
def_strings(sc->next);
C_df_dlb(sc->sc_dlb);
C_con_scon(sc->sc_value, sc->sc_len);
str_cst(sc->sc_value, sc->sc_len);
free_string_cst(sc);
}
}