gcc does not like the unterminated single quote:

Index: src/BufferView_pimpl.C
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/BufferView_pimpl.C,v
retrieving revision 1.414
diff -u -r1.414 BufferView_pimpl.C
--- src/BufferView_pimpl.C      2003/08/15 15:20:50     1.414
+++ src/BufferView_pimpl.C      2003/08/15 17:29:39
@@ -427,7 +427,7 @@
                selendpar = bv_->text->ownerParagraphs().end();
        }
 
-#warning doesn't help much
+#warning does not help much
        bv_->text->redoParagraphs(bv_->text->ownerParagraphs().begin(),
                bv_->text->ownerParagraphs().end());
 

-- 
Kayvan A. Sylvan          | Proud husband of       | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan  | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92)

Reply via email to