diff src/lex.h @ 7723:74f5e0c7de9e

first pass at handling block comments
author John W. Eaton <jwe@octave.org>
date Sat, 19 Apr 2008 01:59:31 -0400
parents 4e2eafef689c
children ff9e7873f8ea
line wrap: on
line diff
--- a/src/lex.h
+++ b/src/lex.h
@@ -152,7 +152,8 @@
   stream_reader& operator = (const stream_reader&);
 };
 
-extern std::string grab_comment_block (stream_reader& reader, bool& eof);
+extern std::string
+grab_comment_block (stream_reader& reader, bool at_bol, bool& eof);
 
 // TRUE means that we have encountered EOF on the input stream.
 extern bool parser_end_of_input;