summaryrefslogtreecommitdiff
path: root/gcc/doprint.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-14 00:46:57 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-14 00:46:57 +0000
commit6a8fc3722050f25b248b65ba5d43c1cbd88bd2de (patch)
tree777969cebe29c86ba06933f784b922ec19ce6063 /gcc/doprint.c
parent39697b37ac87288175f0359861a7df57f45183b7 (diff)
downloadgcc-6a8fc3722050f25b248b65ba5d43c1cbd88bd2de.tar.gz
* cccp.c: PROTO -> PARAMS.
* cexp.y: Likewise. * collect2.c: Likewise. * combine.c: Likewise. * convert.h: Likewise. * cse.c: Likewise. * dbxout.c: Likewise. * dbxout.h: Likewise. * diagnostic.c: Likewise. * doprint.c: Likewise. * dwarf2out.c: Likewise. * dwarf2out.h: Likewise. * dwarfout.c: Likewise. * dwarfout.h: Likewise. * dyn-string.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31399 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doprint.c')
-rw-r--r--gcc/doprint.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doprint.c b/gcc/doprint.c
index 2120020190d..5564421df0b 100644
--- a/gcc/doprint.c
+++ b/gcc/doprint.c
@@ -1,5 +1,5 @@
/* Provide a version _doprnt in terms of fprintf.
- Copyright (C) 1998 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
Contributed by Kaveh Ghazi (ghazi@caip.rutgers.edu) 3/29/98
This program is free software; you can redistribute it and/or modify it
@@ -204,10 +204,10 @@ _doprnt (format, ap, stream)
fflush(stdin); \
} while (0)
-static int checkit PVPROTO ((const char * format, ...)) ATTRIBUTE_PRINTF_1;
+static int checkit PARAMS ((const char * format, ...)) ATTRIBUTE_PRINTF_1;
static int
-checkit VPROTO ((const char* format, ...))
+checkit VPARAMS ((const char* format, ...))
{
va_list args;
int result;