diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/et/ChangeLog | 5 | ||||
| -rw-r--r-- | src/util/et/com_err.h | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index 3d732d07e..ed2e3b5ff 100644 --- a/src/util/et/ChangeLog +++ b/src/util/et/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 22 18:47:36 1994 Mark Eichin (eichin@tweedledumber.cygnus.com) + + * com_err.h: Only set STDARG_PROTOTYPES based on STDC if it isn't + set already (clean up warnings.) + Wed Jun 22 17:55:48 1994 Mark Eichin (eichin@cygnus.com) * Makefile.in (CP): set CP so CopySrcHeader actually works. diff --git a/src/util/et/com_err.h b/src/util/et/com_err.h index 8372867e9..0190a3ee8 100644 --- a/src/util/et/com_err.h +++ b/src/util/et/com_err.h @@ -10,10 +10,12 @@ #ifndef __COM_ERR_H +#ifndef STDARG_PROTOTYPES /* Imake needs this -- oh well */ #ifdef __STDC__ #define STDARG_PROTOTYPES #endif +#endif #ifdef STDARG_PROTOTYPES #include <stdarg.h> |
