From 781a1218a5fd9802c171e6cdf3b3225aabbef808 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 3 May 1988 11:30:25 +0000 Subject: [PATCH] only increment line number on ASCII LF --- lang/cem/cemcom/char.tab | 4 ++-- lang/m2/comp/char.tab | 4 ++-- util/cpp/char.tab | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/cem/cemcom/char.tab b/lang/cem/cemcom/char.tab index 480bdf1d8..282bc8cc2 100644 --- a/lang/cem/cemcom/char.tab +++ b/lang/cem/cemcom/char.tab @@ -9,8 +9,8 @@ % %C STGARB:\000-\200 -STSKIP:\r \t -STNL:\n\f\013 +STSKIP:\r \t\013\f +STNL:\n STCOMP:!&+-<=>| STSIMP:%()*,/:;?[]^{}~ STCHAR:' diff --git a/lang/m2/comp/char.tab b/lang/m2/comp/char.tab index eedff7333..fb550e732 100644 --- a/lang/m2/comp/char.tab +++ b/lang/m2/comp/char.tab @@ -7,8 +7,8 @@ % %C STGARB:\000-\200 -STSKIP: \r\t -STNL:\012\013\014 +STSKIP: \r\t\013\014\015 +STNL:\012 STSIMP:#&()*+,-/;=[]^{|}~ STCOMP:.:<> STIDF:a-zA-Z diff --git a/util/cpp/char.tab b/util/cpp/char.tab index d5e8d9a7e..82e52e38e 100644 --- a/util/cpp/char.tab +++ b/util/cpp/char.tab @@ -8,8 +8,8 @@ % %C STGARB:\000-\377 -STSKIP:\r \t -STNL:\n\f\013 +STSKIP:\r \t\f\013 +STNL:\n STCOMP:!&<=>| STSIMP:-%()+*,/:?^~ STCHAR:' -- 2.34.1