From 9ef64c737edbe37d16c5c5bbffca1bb762503ab0 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Sun, 19 Mar 1995 20:52:53 +0000 Subject: [PATCH] Fix comment that referred to STDARG_PROTOTYPES git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5175 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/ChangeLog | 4 ++++ src/include/krb5/base-defs.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) () -- 2.26.2