start with c codegen
[ccc.git] / ast.h
diff --git a/ast.h b/ast.h
index a8e98bb..b797c57 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -8,6 +8,9 @@
 struct ast;
 #include "parse.h"
 
+extern const char *fieldspec_str[];
+extern const char *binop_str[];
+extern const char *unop_str[];
 struct ast {
        int ndecls;
        struct decl **decls;