From: John Gilmore Date: Sun, 19 Mar 1995 20:52:53 +0000 (+0000) Subject: Fix comment that referred to STDARG_PROTOTYPES X-Git-Tag: krb5-1.0-beta5~514 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9ef64c737edbe37d16c5c5bbffca1bb762503ab0;p=krb5.git Fix comment that referred to STDARG_PROTOTYPES git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5175 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index 80569ba9a..b7476ce08 100644 --- a/src/include/krb5/ChangeLog +++ b/src/include/krb5/ChangeLog @@ -1,3 +1,7 @@ +Sun Mar 19 12:51:59 1995 John Gilmore (gnu at toad.com) + + * base-defs.h: Fix comment that referred to STDARG_PROTOTYPES. + Fri Mar 17 19:12:13 1995 John Gilmore (gnu at toad.com) * k5-config.h: Move handling from ../krb5.h to diff --git a/src/include/krb5/base-defs.h b/src/include/krb5/base-defs.h index dd86413d6..77fc54179 100644 --- a/src/include/krb5/base-defs.h +++ b/src/include/krb5/base-defs.h @@ -83,7 +83,7 @@ typedef char const * krb5_const_pointer; #define STDARG_P(x) x #else #define STDARG_P(x) () -#endif /* defined(__STDC__) || defined(STDARG_PROTOTYPES) */ +#endif /* defined(__STDC__) || defined(HAVE_STDARG_H) */ #else #define PROTOTYPE(x) () #define STDARG_P(x) ()