From c261e2efaf239fad0545d1a2b0241295dd51b9f8 Mon Sep 17 00:00:00 2001 From: George Koehler Date: Sat, 28 Oct 2017 11:59:35 -0400 Subject: [PATCH] Add .pas as a Pascal suffix. Requested by @dram in https://github.com/davidgiven/ack/issues/41 --- lib/descr/fe | 2 +- util/ack/ack.1.X | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/descr/fe b/lib/descr/fe index b7a07cdc4..189701c96 100644 --- a/lib/descr/fe +++ b/lib/descr/fe @@ -91,7 +91,7 @@ name cem callname cc end name pc - from .p + from .p.pas to .k program {EM}/lib/ack/em_pc mapflag -L PC_F={PC_F?} -L diff --git a/util/ack/ack.1.X b/util/ack/ack.1.X index 8ea920586..4d1e0d6af 100644 --- a/util/ack/ack.1.X +++ b/util/ack/ack.1.X @@ -38,7 +38,7 @@ finally combining the results into a single file. .PP Different machines can use different suffices, but the following are recognized by most machines: -.IP .p +.IP ".p .pas" Pascal program. .IP .c C module. @@ -395,7 +395,7 @@ l l l l. input:name:output:description \&.f:f77:.c:Fortran-to-C front end \&.c:cem:.k:C front end [4,5,6] -\&.p:pc:.k:Pascal front end [2,3,6] +\&.p .pas:pc:.k:Pascal front end [2,3,6] \&.b:basic:.k:Basic front end [6,8] \&.ocm:ocm:.k:Occam front end [9] \&.mod:m2:.k:Modula-2 front end [11]