Add .pas as a Pascal suffix.
Requested by @dram in https://github.com/davidgiven/ack/issues/41
This commit is contained in:
parent
f0241d6bc7
commit
c261e2efaf
|
@ -91,7 +91,7 @@ name cem
|
||||||
callname cc
|
callname cc
|
||||||
end
|
end
|
||||||
name pc
|
name pc
|
||||||
from .p
|
from .p.pas
|
||||||
to .k
|
to .k
|
||||||
program {EM}/lib/ack/em_pc
|
program {EM}/lib/ack/em_pc
|
||||||
mapflag -L PC_F={PC_F?} -L
|
mapflag -L PC_F={PC_F?} -L
|
||||||
|
|
|
@ -38,7 +38,7 @@ finally combining the results into a single file.
|
||||||
.PP
|
.PP
|
||||||
Different machines can use different suffices,
|
Different machines can use different suffices,
|
||||||
but the following are recognized by most machines:
|
but the following are recognized by most machines:
|
||||||
.IP .p
|
.IP ".p .pas"
|
||||||
Pascal program.
|
Pascal program.
|
||||||
.IP .c
|
.IP .c
|
||||||
C module.
|
C module.
|
||||||
|
@ -395,7 +395,7 @@ l l l l.
|
||||||
input:name:output:description
|
input:name:output:description
|
||||||
\&.f:f77:.c:Fortran-to-C front end
|
\&.f:f77:.c:Fortran-to-C front end
|
||||||
\&.c:cem:.k:C front end [4,5,6]
|
\&.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]
|
\&.b:basic:.k:Basic front end [6,8]
|
||||||
\&.ocm:ocm:.k:Occam front end [9]
|
\&.ocm:ocm:.k:Occam front end [9]
|
||||||
\&.mod:m2:.k:Modula-2 front end [11]
|
\&.mod:m2:.k:Modula-2 front end [11]
|
||||||
|
|
Loading…
Reference in a new issue