diff -r 155560bfe837 -r 85151b2f35ca stage4/stage4.hh --- a/stage4/stage4.hh Fri Dec 30 18:25:39 2011 +0100 +++ b/stage4/stage4.hh Wed Jan 25 01:16:30 2012 +0100 @@ -61,8 +61,8 @@ void *print(std::string str); void *print_integer(int integer); - void *print_long_integer(unsigned long l_integer); - void *print_long_long_integer(unsigned long long ll_integer); + void *print_long_integer(unsigned long l_integer, bool suffix=true); + void *print_long_long_integer(unsigned long long ll_integer, bool suffix=true); void *printupper(const char *str); void *printupper(std::string str);