diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-07-22 20:36:48 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-07-24 10:22:22 +0200 |
commit | a3749cf394f7178c7baa9207e77b079c71d69dae (patch) | |
tree | a601a7850fbe44328a3b6be173f988bd5f0901e2 /perl.c | |
parent | 875ca36f3bad1dcbb9024c8db31c337e1dd09100 (diff) | |
download | perl-a3749cf394f7178c7baa9207e77b079c71d69dae.tar.gz |
Add UNLINK_ALL_VERSIONS to PL_non_bincompat_options, and hence -V output.
UNLINK_ALL_VERSIONS only makes sense for VMS.
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1692,6 +1692,9 @@ S_Internals_V(pTHX_ CV *cv) # ifdef PERL_USE_SAFE_PUTENV " PERL_USE_SAFE_PUTENV" # endif +# ifdef UNLINK_ALL_VERSIONS + " UNLINK_ALL_VERSIONS" +# endif # ifdef USE_ATTRIBUTES_FOR_PERLIO " USE_ATTRIBUTES_FOR_PERLIO" # endif |