summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2022-10-14 18:19:28 -0500
committerCraig A. Berry <craigberry@mac.com>2022-10-18 16:51:03 -0500
commitcbe0d257f1da7358d391918e27708774c141ad21 (patch)
tree3407d0e79ac91c6095c5e1acb26ab63f506351a2 /configure.com
parent07758e331f195dcf1cfdc103a2c3af0591163abf (diff)
downloadperl-cbe0d257f1da7358d391918e27708774c141ad21.tar.gz
Remove vestigial reference to /VAXC qualifier
This refers to building using DEC C but with a VAX C compatibility mode. Building Perl like that has not been supported for a long time and it's not worth revisiting as that basically puts the compiler into a K & R, pre-ANSI mode.
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.com b/configure.com
index 27ffa3feb7..d95791068f 100644
--- a/configure.com
+++ b/configure.com
@@ -1304,8 +1304,6 @@ $ WRITE CONFIG "#include <stdio.h>"
$ WRITE CONFIG "int main() {"
$ WRITE CONFIG "#ifdef __DECC"
$ WRITE CONFIG " printf(""/DECC\n"");"
-$ WRITE CONFIG "#else"
-$ WRITE CONFIG " printf(""/VAXC\n"");"
$ WRITE CONFIG "#endif"
$ WRITE CONFIG " exit(0);"
$ WRITE CONFIG "}"