From: fred Date: Sun, 24 Mar 2002 19:38:53 +0000 (+0000) Subject: lilypond-0.0.50 X-Git-Tag: release/1.5.59~4981 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b27fa42f0811e51cf4f95459fc9d5deba5d62345;p=lilypond.git lilypond-0.0.50 --- diff --git a/lily/lexer.l b/lily/lexer.l index 00180d66a0..cdb62a8717 100644 --- a/lily/lexer.l +++ b/lily/lexer.l @@ -226,7 +226,7 @@ include { <*>{WHITE}+ { } -. { +. { return yylval.c = YYText()[0]; } \\. {