changeset 11643:5d17672228d5 release-3-0-x

fix missing line continuation in BEGIN_CHAR_CLASS_CONVERSION macro
author John W. Eaton <jwe@octave.org>
date Tue, 12 Feb 2008 22:43:50 -0500
parents 128a1ef5e21e
children e9770e871b53
files src/oct-stream.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/oct-stream.cc	Tue Feb 12 22:42:28 2008 -0500
+++ b/src/oct-stream.cc	Tue Feb 12 22:43:50 2008 -0500
@@ -1540,8 +1540,8 @@
   do \
     { \
       if (! width) \
-	width = INT_MAX;
-
+	width = INT_MAX; \
+ \
       std::ostringstream buf; \
  \
       std::string char_class = elt->char_class; \