stage4/generate_c/generate_c_inlinefcall.cc
changeset 1018 49c4edf76e63
parent 1012 1f2af384fb1f
child 1024 df3e2792fd58
equal deleted inserted replaced
1017:3f12e23b253b 1018:49c4edf76e63
   277       print_check_function(type, value, NULL, true);
   277       print_check_function(type, value, NULL, true);
   278       s4o.print(")");
   278       s4o.print(")");
   279       wanted_variablegeneration = expression_vg;
   279       wanted_variablegeneration = expression_vg;
   280       return NULL;
   280       return NULL;
   281     }
   281     }
       
   282 
       
   283     /********************/
       
   284     /* 2.1.6 - Pragmas  */
       
   285     /********************/
       
   286     //SYM_REF0(disable_code_generation_pragma_c)
       
   287     //SYM_REF0(enable_code_generation_pragma_c)
       
   288     //SYM_TOKEN(pragma_c)
       
   289     void *visit(pragma_c *symbol) {return NULL;}
       
   290 
   282 
   291 
   283     /*************************/
   292     /*************************/
   284     /* B.1 - Common elements */
   293     /* B.1 - Common elements */
   285     /*************************/
   294     /*************************/
   286     /*******************************************/
   295     /*******************************************/