now uses alloc module, bug fixes, -N option under USE_TMP, to not do so
This commit is contained in:
@@ -13,7 +13,7 @@ struct switch_hdr {
|
||||
struct case_entry *sh_entries;
|
||||
};
|
||||
|
||||
/* ALLOCDEF "switch_hdr" */
|
||||
/* ALLOCDEF "switch_hdr" 2 */
|
||||
|
||||
struct case_entry {
|
||||
struct case_entry *next;
|
||||
@@ -21,4 +21,4 @@ struct case_entry {
|
||||
arith ce_value;
|
||||
};
|
||||
|
||||
/* ALLOCDEF "case_entry" */
|
||||
/* ALLOCDEF "case_entry" 40 */
|
||||
|
||||
Reference in New Issue
Block a user