diff options
Diffstat (limited to 'gcc/gansidecl.h')
-rwxr-xr-x | gcc/gansidecl.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/gansidecl.h b/gcc/gansidecl.h index f3f4d91..1f5b12b 100755 --- a/gcc/gansidecl.h +++ b/gcc/gansidecl.h @@ -25,8 +25,6 @@ Boston, MA 02111-1307, USA. */ #ifndef __GANSIDECL_H__ #define __GANSIDECL_H__ -#include "ansidecl.h" - #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7) # define __attribute__(x) #endif @@ -56,10 +54,4 @@ Boston, MA 02111-1307, USA. */ #define ATTRIBUTE_PRINTF_5 ATTRIBUTE_PRINTF(5, 6) #endif /* ATTRIBUTE_PRINTF */ -#define GENERIC_PTR PTR - -#ifndef NULL_PTR -#define NULL_PTR ((PTR) 0) -#endif - #endif /* __GANSIDECL_H__ */ |