diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-01 02:39:32 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-01 02:39:32 +0000 |
commit | 08e5223a8528b971b4471b7221166ff3212af428 (patch) | |
tree | dbabc17820247a878e1e0e8ce6644b764647e1df /config_h.SH | |
parent | d953f698b2c38b90c08a3ed9f11ce2835fc0eb22 (diff) | |
download | perl-08e5223a8528b971b4471b7221166ff3212af428.tar.gz |
Try #2 of getting rid of bincompat5005.
p4raw-id: //depot/perl@16293
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/config_h.SH b/config_h.SH index a7e8a1aa3d..09ac36e453 100644 --- a/config_h.SH +++ b/config_h.SH @@ -1038,14 +1038,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #define BIN "$bin" /**/ #define BIN_EXP "$binexp" /**/ -/* PERL_BINCOMPAT_5005: - * 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. - */ -#$d_bincompat5005 PERL_BINCOMPAT_5005 /**/ - /* BYTEORDER: * This symbol holds the hexadecimal constant defined in byteorder, * in a UV, i.e. 0x1234 or 0x4321 or 0x12345678, etc... |