diff -r fde2d08ebaee -r 96d8b6e006f0 stage4/stage4.cc --- a/stage4/stage4.cc Wed Sep 02 13:39:05 2009 +0200 +++ b/stage4/stage4.cc Wed Sep 02 14:05:27 2009 +0200 @@ -157,6 +157,8 @@ #endif return NULL; } + + void *stage4out_c::printlocation(std::string str) { return printlocation(str.c_str()); }