diff src/ov-va-args.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-va-args.cc	Sun Nov 03 08:54:22 1996 +0000
+++ b/src/ov-va-args.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-va-args.h"
@@ -36,6 +38,12 @@
 
 const string octave_all_va_args::t_name ("va-arg");
 
+void
+octave_all_va_args::print (ostream& os, bool)
+{
+  os << "all_va_args";
+}
+
 /*
 ;;; Local Variables: ***
 ;;; mode: C++ ***