diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-18 17:11:07 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-18 17:11:07 +0000 |
commit | f78bfc9cd1f8635ff74b5498755525103ee2e6b3 (patch) | |
tree | 8f865719aa26ba91c95b051e13b26374815d5785 /win32 | |
parent | 6d4f734c7dcb73e49cff15cfce4389390a27bda5 (diff) | |
download | perl-f78bfc9cd1f8635ff74b5498755525103ee2e6b3.tar.gz |
Configure nits: rewording from Sarathy (aka #5796),
and installation directories patch from Robin Barker.
p4raw-id: //depot/cfgperl@5802
Diffstat (limited to 'win32')
-rw-r--r-- | win32/config_H.bc | 2 | ||||
-rw-r--r-- | win32/config_H.gc | 2 | ||||
-rw-r--r-- | win32/config_H.vc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/win32/config_H.bc b/win32/config_H.bc index 41e3a3cf23..bae4f8b645 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -1129,7 +1129,7 @@ #define BIN_EXP "c:\\perl\\5.6.0\\bin\\MSWin32-x86" /**/ /* PERL_BINCOMPAT_5005: - * This symbol, if defined, indicates that Perl 5.006 should be + * This symbol, if defined, indicates that this version of Perl should be * binary-compatible with Perl 5.005. This is impossible for builds * that use features like threads and multiplicity it is always undef * for those versions. diff --git a/win32/config_H.gc b/win32/config_H.gc index baf02fe5a8..e1d5052d8d 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -1129,7 +1129,7 @@ #define BIN_EXP "c:\\perl\\5.6.0\\bin\\MSWin32-x86" /**/ /* PERL_BINCOMPAT_5005: - * This symbol, if defined, indicates that Perl 5.006 should be + * This symbol, if defined, indicates that this version of Perl should be * binary-compatible with Perl 5.005. This is impossible for builds * that use features like threads and multiplicity it is always undef * for those versions. diff --git a/win32/config_H.vc b/win32/config_H.vc index 028914d38a..beb643b343 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -1129,7 +1129,7 @@ #define BIN_EXP "c:\\perl\\5.6.0\\bin\\MSWin32-x86" /**/ /* PERL_BINCOMPAT_5005: - * This symbol, if defined, indicates that Perl 5.006 should be + * This symbol, if defined, indicates that this version of Perl should be * binary-compatible with Perl 5.005. This is impossible for builds * that use features like threads and multiplicity it is always undef * for those versions. |