changeset 2119:5df627b1c5c5

[project @ 1996-05-11 10:15:02 by jwe]
author jwe
date Sat, 11 May 1996 10:15:02 +0000
parents d5eeb60baedd
children 6b3a4558a935
files src/lex.l
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lex.l
+++ b/src/lex.l
@@ -209,7 +209,7 @@
 // after seeing a ']' character...
 %}
 
-<MATRIX>{SNL}*\]{S}* {
+<MATRIX>{SNLCMT}*\]{S}* {
     fixup_column_count (yytext);
     int c = yytext[yyleng-1];
     int cont_is_spc = eat_continuation ();