]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/includable-lexer.cc
* lily/lookup.cc (slur): Invoke bezier-bow.
[lilypond.git] / lily / includable-lexer.cc
index b4ee0f2821db88992d8eaa9e22994912dd884366..067057b5eb21eb4df3b35d41a64701309909e0e3 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the LilyPond music typesetter
 
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include <strstream.h>
@@ -21,7 +21,8 @@
 #endif
 
 #ifndef YY_START
-#define YY_START ((yy_start - 1) / 2)
+#define YY_START\
+ ((yy_start - 1) / 2)
 #define YYSTATE YY_START
 #endif
 
@@ -47,7 +48,7 @@ Includable_lexer::new_input (String s, Sources  * global_sources)
     {
       String msg = _f ("can't find file: `%s'", s);
       msg += "\n";
-      msg += _f ("(search path: `%s')", global_sources->path_C_->str ().ch_C());
+      msg += _f ("(search path: `%s')", global_sources->path_C_->str ().ch_C ());
       msg += "\n";
       LexerError (msg.ch_C ());