diff options
Diffstat (limited to 'cgcode.c')
-rw-r--r-- | cgcode.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -735,6 +735,10 @@ void code_addR (VOID) #endif } +void code_algtype (int n_constructors) +{ +} + void code_andB (VOID) { INSTRUCTION_GRAPH graph_1,graph_2,graph_3; |