OSDN Git Service

treelang:
[pf3gnuchains/gcc-fork.git] / gcc / treelang / tree1.c
index 4c1a846..3e85fac 100644 (file)
@@ -46,6 +46,9 @@
 #include "treetree.h"
 #include "opts.h"
 #include "options.h"
+#include "c-common.h"
+
+enum c_language_kind c_language = clk_c;
 
 extern int yyparse (void);