From b06b5f6e69552665001a6897f36841006c122b76 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Sat, 24 Apr 1999 16:38:25 +0000 Subject: kill dup hunk p4raw-id: //depot/perl@3268 --- config_h.SH | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'config_h.SH') 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 <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... -- cgit v1.2.1