Skip to content

Commit cbe0d25

Browse files
committed
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.
1 parent 07758e3 commit cbe0d25

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

configure.com

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,8 +1304,6 @@ $ WRITE CONFIG "#include <stdio.h>"
13041304
$ WRITE CONFIG "int main() {"
13051305
$ WRITE CONFIG "#ifdef __DECC"
13061306
$ WRITE CONFIG " printf(""/DECC\n"");"
1307-
$ WRITE CONFIG "#else"
1308-
$ WRITE CONFIG " printf(""/VAXC\n"");"
13091307
$ WRITE CONFIG "#endif"
13101308
$ WRITE CONFIG " exit(0);"
13111309
$ WRITE CONFIG "}"

0 commit comments

Comments
 (0)