* def.h: Replace STDARG_PROTOTYPES with HAVE_STDARG_H
authorJohn Gilmore <gnu@toad.com>
Wed, 29 Mar 1995 16:59:39 +0000 (16:59 +0000)
committerJohn Gilmore <gnu@toad.com>
Wed, 29 Mar 1995 16:59:39 +0000 (16:59 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5310 dc483132-0cff-0310-8789-dd5450dbe970

src/util/makedepend/ChangeLog [new file with mode: 0644]
src/util/makedepend/def.h

diff --git a/src/util/makedepend/ChangeLog b/src/util/makedepend/ChangeLog
new file mode 100644 (file)
index 0000000..3cea4fe
--- /dev/null
@@ -0,0 +1,5 @@
+Wed Mar 29 08:58:37 1995  John Gilmore  (gnu at toad.com)
+
+       * def.h:  Replace STDARG_PROTOTYPES with HAVE_STDARG_H.
+
+
index 2d8c1b4bb3fac753466a120c90b854958bff1421..8a49b3215831bed0457aa33348c0aac9575d1480 100644 (file)
@@ -128,7 +128,7 @@ struct filepointer  *getfile();
 struct inclist         *newinclude();
 struct inclist         *inc_path();
 
-#ifdef STDARG_PROTOTYPES       /* NeedVarargsPrototypes */
+#ifdef HAVE_STDARG_H   /* NeedVarargsPrototypes */
 extern fatalerr(char *, ...);
 extern warning(char *, ...);
 extern warning1(char *, ...);