stage4/generate_c/generate_c_base.cc
changeset 594 c8092e909886
parent 547 dab341e80664
child 634 736b36a83548
child 718 a9f8cc778444
equal deleted inserted replaced
593:412780374bd3 594:c8092e909886
   383         } /* switch() */
   383         } /* switch() */
   384       } /* for() */
   384       } /* for() */
   385 
   385 
   386       str += '"';
   386       str += '"';
   387       s4o.print("__STRING_LITERAL(");
   387       s4o.print("__STRING_LITERAL(");
   388       s4o.print_integer(count); 
   388       s4o.print(count); 
   389       s4o.print(",");
   389       s4o.print(",");
   390       s4o.print(str);
   390       s4o.print(str);
   391       s4o.print(")");
   391       s4o.print(")");
   392       return NULL;
   392       return NULL;
   393     }
   393     }