diff src/pr-output.cc @ 8012:63dbb85452cc

fix extern decls in .cc files
author John W. Eaton <jwe@octave.org>
date Wed, 06 Aug 2008 14:39:59 -0400
parents 92c26470fe56
children 0ef13e15319b
line wrap: on
line diff
--- a/src/pr-output.cc	Tue Aug 05 23:09:32 2008 -0400
+++ b/src/pr-output.cc	Wed Aug 06 14:39:59 2008 -0400
@@ -2740,7 +2740,7 @@
 PRINT_INT_ARRAY_INTERNAL (octave_int64)
 PRINT_INT_ARRAY_INTERNAL (octave_uint64)
 
-extern void
+void
 octave_print_internal (std::ostream&, const Cell&, bool, int, bool)
 {
   panic_impossible ();