summaryrefslogtreecommitdiff
path: root/cgcode.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgcode.c')
-rw-r--r--cgcode.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cgcode.c b/cgcode.c
index 3b9d908..1de82dd 100644
--- a/cgcode.c
+++ b/cgcode.c
@@ -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;