summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2022-03-12 08:51:15 +0100
committerYves Orton <demerphq@gmail.com>2023-04-29 09:09:53 +0200
commit10d289386985ea7b716daa1fabfaff86e354107f (patch)
tree74865c961dc8669af826b5749129b167ee5faf1d /Configure
parent615e36588766a246d9d5f1bbd6065cc888a26df6 (diff)
downloadperl-10d289386985ea7b716daa1fabfaff86e354107f.tar.gz
Replace "define\t" with "define " in Configure/metaconfig related files
This is broken out so it is easier for Tux to find and merge with metaconfig. View this patch with -w and you will see "no changes" except for config_h.SH and Porting/config_h.pl both which needed to be changed to ensure that they produce output that doesn't replicate the problem.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 0ad1dbe151..8cfad2d8f0 100755
--- a/Configure
+++ b/Configure
@@ -10732,7 +10732,7 @@ while test $# -ge 2; do
shift 2
done
cat >> try.c <<'EOCP'
-#define _(args) args
+#define _(args) args
EOCP
echo "$foo" >> try.c
echo 'int no_real_function_has_this_name _((void)) { return 0; }' >> try.c