diff options
author | YamaArashi <shadow962@live.com> | 2016-02-17 06:18:37 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-17 06:18:37 -0800 |
commit | 9cc5f8edb21ac07bff87def5155ee71dff449e37 (patch) | |
tree | b75b0eb06bf733811e4f54bd28dd6fa93fa8f485 /gcc/gansidecl.h | |
parent | 75ff61fd74b379f7278b1042e269ea3a6ee66518 (diff) |
get rid of PTR macros
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__ */ |