diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-04-24 16:38:25 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-04-24 16:38:25 +0000 |
commit | b06b5f6e69552665001a6897f36841006c122b76 (patch) | |
tree | 27ede6a4c20836c13fba059d7bbbafde8236edef /config_h.SH | |
parent | 7f7611693ae4cbdb1286d9a1854b4f5a34e9670e (diff) | |
download | perl-b06b5f6e69552665001a6897f36841006c122b76.tar.gz |
kill dup hunk
p4raw-id: //depot/perl@3268
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/config_h.SH b/config_h.SH index 29a0d35ef5..f933c78d23 100644 --- a/config_h.SH +++ b/config_h.SH @@ -1087,22 +1087,6 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- #define MEM_ALIGNBYTES $alignbytes #endif -/* INTSIZE: - * This symbol contains the value of sizeof(int) so that the C - * preprocessor can make decisions based on it. - */ -/* LONGSIZE: - * This symbol contains the value of sizeof(long) so that the C - * preprocessor can make decisions based on it. - */ -/* SHORTSIZE: - * This symbol contains the value of sizeof(short) so that the C - * preprocessor can make decisions based on it. - */ -#define INTSIZE $intsize /**/ -#define LONGSIZE $longsize /**/ -#define SHORTSIZE $shortsize /**/ - /* BYTEORDER: * This symbol holds the hexadecimal constant defined in byteorder, * i.e. 0x1234 or 0x4321, etc... |