summaryrefslogtreecommitdiff
path: root/gcc/gansidecl.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-17 06:18:37 -0800
committerYamaArashi <shadow962@live.com>2016-02-17 06:18:37 -0800
commit9cc5f8edb21ac07bff87def5155ee71dff449e37 (patch)
treeb75b0eb06bf733811e4f54bd28dd6fa93fa8f485 /gcc/gansidecl.h
parent75ff61fd74b379f7278b1042e269ea3a6ee66518 (diff)
get rid of PTR macros
Diffstat (limited to 'gcc/gansidecl.h')
-rwxr-xr-xgcc/gansidecl.h8
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__ */