stage4/generate_c/generate_c.cc
changeset 1064 1ac77681946f
parent 1062 814acf353c69
child 1072 2dc67df52e59
--- a/stage4/generate_c/generate_c.cc	Wed Sep 20 14:56:18 2017 +0100
+++ b/stage4/generate_c/generate_c.cc	Fri Oct 20 18:49:59 2017 +0100
@@ -307,9 +307,12 @@
     //void *visit(input_declaration_list_c *symbol) {// iterate through list}
 
     void *visit(edge_declaration_c *symbol) {
+      {STAGE4_ERROR(symbol, symbol, "R_EDGE and F_EDGE declarations are not currently supported"); ERROR;}
+      /* 
       current_type = &tmp_bool; 
       symbol->var1_list->accept(*this);
       current_type = NULL; 
+      */
       return NULL;
     }