add scc and update other code
[ccc.git] / genc.h
diff --git a/genc.h b/genc.h
index 37e772d..439b78d 100644 (file)
--- a/genc.h
+++ b/genc.h
@@ -1,11 +1,10 @@
 #ifndef GENC_H
 #define GENC_H
 
-#include <stdbool.h>
 #include <stdio.h>
 
 #include "ast.h"
 
-int genc(struct ast *res, FILE *cout);
+void genc(struct ast *res, FILE *cout);
 
 #endif