diff options
Diffstat (limited to 'U/Loc_sed.U')
-rw-r--r-- | U/Loc_sed.U | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/U/Loc_sed.U b/U/Loc_sed.U new file mode 100644 index 0000000000..96341408db --- /dev/null +++ b/U/Loc_sed.U @@ -0,0 +1,14 @@ +?RCS: $Id: Loc_sed.U,v $ +?RCS: +?X: This is used in perl.c. +?MAKE:Loc_sed: sed +?MAKE: -pick add $@ %< +?X: Fool metalint: +?LINT:use sed +?LINT:extern sed +?C:LOC_SED: +?C: This symbol holds the complete pathname to the sed program. +?C:. +?H:#define LOC_SED "$sed" /**/ +?H:. + |