diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-13 20:41:01 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-13 20:41:01 +0000 |
commit | 3d3965630e5f9c56ef359b418f4ab9c0744eaa24 (patch) | |
tree | 8989be336bf542c9a1656dcc23bd99e062dfb81f /fixincludes/tests/base/com_err.h | |
parent | 03f84f0b64dd142fc397230cbb367c26a72017d8 (diff) | |
download | gcc-3d3965630e5f9c56ef359b418f4ab9c0744eaa24.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90594 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/tests/base/com_err.h')
-rw-r--r-- | fixincludes/tests/base/com_err.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/fixincludes/tests/base/com_err.h b/fixincludes/tests/base/com_err.h new file mode 100644 index 00000000000..6017d2a6c9a --- /dev/null +++ b/fixincludes/tests/base/com_err.h @@ -0,0 +1,14 @@ +/* DO NOT EDIT THIS FILE. + + It has been auto-edited by fixincludes from: + + "fixinc/tests/inc/com_err.h" + + This had to be done to correct non-standard usages in the + original, manufacturer supplied header file. */ + + + +#if defined( STDIO_DUMMY_VA_LIST_CLIENTS_CHECK ) +extern void mumble( __gnuc_va_list); +#endif /* STDIO_DUMMY_VA_LIST_CLIENTS_CHECK */ |