summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:26:56 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:26:56 +0000
commit200c9bd9793c0d2dbefd1f0a2be197a2d4e3a364 (patch)
tree7933b0266a4b0d21d4043383029fd3b8cfd444c9 /main.c
parenta15b8ac6912cef59d7e1ba7a80e58466e2c9fcba (diff)
downloadxorg-util-makedepend-200c9bd9793c0d2dbefd1f0a2be197a2d4e3a364.tar.gz
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.c b/main.c
index 73b30b0..69eab75 100644
--- a/main.c
+++ b/main.c
@@ -24,7 +24,7 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
-/* $XFree86: xc/config/makedepend/main.c,v 3.31 2003/01/17 17:09:49 tsi Exp $ */
+/* $XFree86: xc/config/makedepend/main.c,v 3.32 2003/03/26 20:43:48 tsi Exp $ */
#include "def.h"
#ifdef hpux
@@ -57,9 +57,9 @@ int _debugmask;
/* #define DEBUG_DUMP */
#ifdef DEBUG_DUMP
-#define DBG_PRINT(args...) fprintf(args)
+#define DBG_PRINT(file, fmt, args) fprintf(file, fmt, args)
#else
-#define DBG_PRINT(args...) /* empty */
+#define DBG_PRINT(file, fmt, args) /* empty */
#endif
#define DASH_INC_PRE "#include \""