some leaks plugged (as detected by the leak detector)
This commit is contained in:
parent
824293a681
commit
3434e1c53f
10
lang/cem/cemcom/stmt.str
Normal file
10
lang/cem/cemcom/stmt.str
Normal file
|
@ -0,0 +1,10 @@
|
|||
/* $Header$ */
|
||||
/* S T A T E M E N T - B L O C K D E F I N I T I O N S */
|
||||
|
||||
struct stmt_block {
|
||||
struct stmt_block *next;
|
||||
label st_break;
|
||||
label st_continue;
|
||||
};
|
||||
|
||||
/* ALLOCDEF "stmt_block" */
|
Loading…
Reference in a new issue