diff src/ov-colon.cc @ 2466:1573640a9994

[project @ 1996-11-04 03:56:11 by jwe]
author jwe
date Mon, 04 Nov 1996 03:56:17 +0000
parents 2142216bf85a
children 8b262e771614
line wrap: on
line diff
--- a/src/ov-colon.cc	Sun Nov 03 08:54:22 1996 +0000
+++ b/src/ov-colon.cc	Mon Nov 04 03:56:17 1996 +0000
@@ -28,6 +28,8 @@
 #include <config.h>
 #endif
 
+#include <iostream.h>
+
 #include "error.h"
 #include "pr-output.h"
 #include "ov-colon.h"
@@ -36,6 +38,12 @@
 
 const string octave_magic_colon::t_name ("magic-colon");
 
+void
+octave_magic_colon::print (ostream& os, bool)
+{
+  os << ":";
+}
+
 /*
 ;;; Local Variables: ***
 ;;; mode: C++ ***