From: Gurusamy Sarathy Date: Sat, 24 Apr 1999 16:38:25 +0000 (+0000) Subject: kill dup hunk X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b06b5f6e69552665001a6897f36841006c122b76;p=p5sagit%2Fp5-mst-13.2.git kill dup hunk p4raw-id: //depot/perl@3268 --- diff --git a/config_h.SH b/config_h.SH index 29a0d35..f933c78 100644 --- a/config_h.SH +++ b/config_h.SH @@ -1087,22 +1087,6 @@ sed <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...