diff src/m/gould.h @ 165:5a88923fcbfe r20-3b9

Import from CVS: tag r20-3b9
author cvs
date Mon, 13 Aug 2007 09:44:42 +0200
parents 0132846995bd
children c42ec1d1cded
line wrap: on
line diff
--- a/src/m/gould.h	Mon Aug 13 09:43:39 2007 +0200
+++ b/src/m/gould.h	Mon Aug 13 09:44:42 2007 +0200
@@ -160,10 +160,6 @@
 
 #define C_DEBUG_SWITCH
 
-/* Comparing pointers as unsigned ints tickles a bug in older compilers.  */
-
-#define PNTR_COMPARISON_TYPE int
-
 /* The GOULD machine counts the a.out file header as part of the text.  */
 
 #define A_TEXT_OFFSET(HDR) sizeof (HDR)