Fix comment that referred to STDARG_PROTOTYPES
authorJohn Gilmore <gnu@toad.com>
Sun, 19 Mar 1995 20:52:53 +0000 (20:52 +0000)
committerJohn Gilmore <gnu@toad.com>
Sun, 19 Mar 1995 20:52:53 +0000 (20:52 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5175 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ChangeLog
src/include/krb5/base-defs.h

index 80569ba9ac449018e200f96a46cdb7b78d861c7a..b7476ce08979d0a454bd55940b4a0e7e08c4e61c 100644 (file)
@@ -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 <sys/types.h> handling from ../krb5.h to
index dd86413d65d74f7b0e69e480302dc1e75e00e94d..77fc54179a235c7007c3bd90ee55790c0ae2b3d6 100644 (file)
@@ -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) ()