diff options
Diffstat (limited to 'backendC/CleanCompilerSources/codegen1.h')
-rw-r--r-- | backendC/CleanCompilerSources/codegen1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backendC/CleanCompilerSources/codegen1.h b/backendC/CleanCompilerSources/codegen1.h index a2ea483..faadc94 100644 --- a/backendC/CleanCompilerSources/codegen1.h +++ b/backendC/CleanCompilerSources/codegen1.h @@ -131,3 +131,4 @@ extern ImpRuleS *create_simple_imp_rule (struct node *lhs_root,struct node *rhs_ #define unused_node_id(node_id) ((node_id)->nid_refcount!=-1 ? (node_id)->nid_refcount==0 : unused_node_id_ (node_id)) extern int unused_node_id_ (NodeId node_id); +extern void generate_is_constructor (ImpRuleP rule); |