From e0c5bb9ffe9bdda642ff6246dd2ddb2bd2781d30 Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 3 Apr 1987 10:51:37 +0000 Subject: [PATCH] some more fixes --- first/first | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/first/first b/first/first index 0e897cba8..ba248aee9 100755 --- a/first/first +++ b/first/first @@ -135,7 +135,7 @@ case `ack_sys` in vax_bsd4_2) ( cd ../lib/vax4 cp descr descr.orig ed - descr <<'ABC' -/CPP_F/s/$/-D__BSD4_2/ +/CPP_F/s/$/ -D__BSD4_2/ w q ABC @@ -144,7 +144,7 @@ ABC vax_sysV_2) ( cd ../lib/vax4 cp descr descr.orig ed - descr <<'ABC' -/CPP_F/s/$/-D__USG/ +/CPP_F/s/$/ -D__USG/ w q ABC @@ -156,7 +156,7 @@ m68_sysV_0) ( cd ../lib/int24 cp descr descr.orig ed - descr <<'ABC' -/CPP_F/s/$/-D__USG/ +/CPP_F/s/$/ -D__USG/ w q ABC @@ -164,7 +164,7 @@ ABC ( cd ../lib/int44 cp descr descr.orig ed - descr <<'ABC' -/CPP_F/s/$/-D__USG/ +/CPP_F/s/$/ -D__USG/ w q ABC @@ -174,7 +174,7 @@ sun2|sun3) ( cd ../lib/int24 cp descr descr.orig ed - descr <<'ABC' -/CPP_F/s/$/-D__BSD4_2/ +/CPP_F/s/$/ -D__BSD4_2/ w q ABC @@ -182,7 +182,7 @@ ABC ( cd ../lib/int44 cp descr descr.orig ed - descr <<'ABC' -/CPP_F/s/$/-D__BSD4_2/ +/CPP_F/s/$/ -D__BSD4_2/ w q ABC -- 2.34.1