diff options
author | Joseph Myers <joseph@codesourcery.com> | 2004-11-13 20:41:01 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2004-11-13 20:41:01 +0000 |
commit | 68f674e990c0035f008ff0cc67f711ef7912e4f8 (patch) | |
tree | 8989be336bf542c9a1656dcc23bd99e062dfb81f /fixincludes/tests/base/testing.h | |
parent | ae8cacc6fd362fd423deea96b7c70a2dd902520b (diff) | |
download | gcc-68f674e990c0035f008ff0cc67f711ef7912e4f8.zip gcc-68f674e990c0035f008ff0cc67f711ef7912e4f8.tar.gz gcc-68f674e990c0035f008ff0cc67f711ef7912e4f8.tar.bz2 |
inclhack.def (hpux_maxint, [...]): Remove.
* inclhack.def (hpux_maxint, limits_ifndefs, math_huge_val_ifndef,
svr4__p, undefine_null): Remove.
* fixincl.x: Regenerate.
* tests/base/AvailabilityMacros.h, tests/base/com_err.h: New.
* tests/base/sys/param.h: Remove.
* tests/base/curses.h, tests/base/math.h, tests/base/testing.h,
tests/base/sys/limits.h: Update.
From-SVN: r90594
Diffstat (limited to 'fixincludes/tests/base/testing.h')
-rw-r--r-- | fixincludes/tests/base/testing.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/fixincludes/tests/base/testing.h b/fixincludes/tests/base/testing.h index 0530cdf..88b931e 100644 --- a/fixincludes/tests/base/testing.h +++ b/fixincludes/tests/base/testing.h @@ -129,17 +129,6 @@ extern size_t #endif /* SYSV68_STRING_CHECK */ -#if defined( UNDEFINE_NULL_CHECK ) -#ifndef NULL -#define NULL 0UL -#endif -#ifndef NULL -#define NULL ((void*)0) -#endif - -#endif /* UNDEFINE_NULL_CHECK */ - - #if defined( WINDISS_VALIST_CHECK ) #include <stdarg.h> #endif /* WINDISS_VALIST_CHECK */ |