# HG changeset patch # User jwe # Date 831809702 0 # Node ID 5df627b1c5c522709191bb36aa63b5b20036a85b # Parent d5eeb60baedd4ab2efd82be67dd1fbdcf545c67e [project @ 1996-05-11 10:15:02 by jwe] diff --git a/src/lex.l b/src/lex.l --- a/src/lex.l +++ b/src/lex.l @@ -209,7 +209,7 @@ // after seeing a ']' character... %} -{SNL}*\]{S}* { +{SNLCMT}*\]{S}* { fixup_column_count (yytext); int c = yytext[yyleng-1]; int cont_is_spc = eat_continuation ();