newer version

This commit is contained in:
ceriel
1986-05-23 19:25:21 +00:00
parent deb9ab0461
commit e08808d5bc
15 changed files with 114 additions and 63 deletions

View File

@@ -503,15 +503,12 @@ df->df_idf->id_text);
expp->nd_symb = INTEGER;
}
else {
char *fn;
int ln;
unsigned int ln;
assert(df->df_kind == D_CONST);
ln = expp->nd_lineno;
fn = expp->nd_filename;
*expp = *(df->con_const);
expp->nd_lineno = ln;
expp->nd_filename = fn;
}
}