stage4/generate_c/generate_c_base.cc
changeset 936 0f7bcc160568
parent 928 fa7a6800503d
child 944 d6d9211e9aab
child 945 477393b00f95
--- a/stage4/generate_c/generate_c_base.cc	Sun Sep 28 17:48:42 2014 +0100
+++ b/stage4/generate_c/generate_c_base.cc	Sun Oct 19 08:36:49 2014 +0100
@@ -747,9 +747,10 @@
  *           this into account!
  */
 // SYM_REF2(structured_variable_c, record_variable, field_selector)
+// TODO:  It seems to me this code no longer gets to execute, since the function is overloaded in generate_c_st_c and generate_c_il_c
+//        I will have to check this later, and delete this code if the above is really true!
 void *visit(structured_variable_c *symbol) {
   TRACE("structured_variable_c");
-
   symbol->record_variable->accept(*this);
   s4o.print(".");
   symbol->field_selector->accept(*this);