Fix bug-fix of previous commit.
--- a/stage4/generate_c/generate_c.cc Thu Dec 19 19:38:29 2013 +0000
+++ b/stage4/generate_c/generate_c.cc Fri Dec 20 11:44:38 2013 +0000
@@ -376,6 +376,14 @@
}
+ /*********************/
+ /* B 1.4 - Variables */
+ /*********************/
+ void *visit(symbolic_variable_c *symbol) {
+ contains_complex_type_res |= is_complex_type(symbol);
+ return NULL;
+ }
+
/*************************************/
/* B.1.4.2 Multi-element Variables */
/*************************************/