stage4/stage4.cc
changeset 28 5b170c9ce134
parent 27 667721cf52c5
child 41 8998c8b24b60
--- a/stage4/stage4.cc	Tue May 15 09:52:38 2007 +0200
+++ b/stage4/stage4.cc	Wed May 16 17:53:37 2007 +0200
@@ -90,6 +90,10 @@
   return NULL;
 }
 
+void *stage4out_c::print_integer(int integer) {
+  *out << integer;
+  return NULL;
+}
 
 void *stage4out_c::printupper(const char *str) {
   for (int i = 0; str[i] != '\0'; i++)