stage4/stage4.cc
changeset 202 da1a8186f86f
parent 139 668a54686827
child 210 8387cac2aba6
equal deleted inserted replaced
201:e657008f43d0 202:da1a8186f86f
   155   /* Or more simply... */
   155   /* Or more simply... */
   156     printupper(str.c_str());
   156     printupper(str.c_str());
   157 #endif
   157 #endif
   158   return NULL;
   158   return NULL;
   159 }
   159 }
       
   160 
       
   161 
   160 void *stage4out_c::printlocation(std::string str) {
   162 void *stage4out_c::printlocation(std::string str) {
   161   return printlocation(str.c_str());
   163   return printlocation(str.c_str());
   162 }
   164 }
   163 
   165 
   164 
   166