evaluate switch-expression on a different spot,

allow for *STRING expressions
This commit is contained in:
ceriel
1989-01-23 15:37:57 +00:00
parent 14ca6ec8e2
commit dee27422e1
4 changed files with 10 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ struct switch_hdr {
label sh_table;
int sh_nrofentries;
struct type *sh_type;
struct expr *sh_expr;
arith sh_lowerbd;
arith sh_upperbd;
struct case_entry *sh_entries;