diff src/pr-output.cc @ 4663:bf7272f8ba8c

[project @ 2003-11-25 06:05:20 by jwe]
author jwe
date Tue, 25 Nov 2003 06:07:28 +0000
parents 12b6fbd57436
children 62f2fb593455
line wrap: on
line diff
--- a/src/pr-output.cc	Tue Nov 25 05:51:29 2003 +0000
+++ b/src/pr-output.cc	Tue Nov 25 06:07:28 2003 +0000
@@ -1965,7 +1965,7 @@
 
 void
 octave_print_internal (std::ostream& os, const charNDArray& nda,
-		       bool pr_as_read_syntax, int /* extra_indent */,
+		       bool pr_as_read_syntax, int extra_indent,
 		       bool pr_as_string)
 {
   switch (nda.ndims ())
@@ -1984,7 +1984,7 @@
 
 void
 octave_print_internal (std::ostream& os, const ArrayN<std::string>& nda,
-		       bool pr_as_read_syntax, int extra_indent)
+		       bool pr_as_read_syntax, int /* extra_indent */)
 {
   // XXX FIXME XXX -- this mostly duplicates the code in the
   // PRINT_ND_ARRAY macro.