diff src/lex.l @ 3180:c17387059fd3

[project @ 1998-09-24 18:59:11 by jwe]
author jwe
date Thu, 24 Sep 1998 19:00:19 +0000
parents 390d5e396682
children bef7b73c0724
line wrap: on
line diff
--- a/src/lex.l	Wed Jul 29 19:50:02 1998 +0000
+++ b/src/lex.l	Thu Sep 24 19:00:19 1998 +0000
@@ -332,7 +332,8 @@
 // semicolons.
 %}
 
-<MATRIX>{SNLCMT}*\n{SNLCMT}* {
+<MATRIX>{S}*{COMMENT}{SNLCMT}* |
+<MATRIX>{S}*{NL}{SNLCMT}* {
     fixup_column_count (yytext);
     eat_whitespace ();
     if (Vwhitespace_in_literal_matrix != 2)