From 158991b7e5be34f9464adadacb734743d4e39ca6 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Wed, 26 Jan 2000 20:51:37 +0000 Subject: call.c: PROTO -> PARAMS. * call.c: PROTO -> PARAMS. * class.c: Likewise. * cp-tree.h: Likewise. * cvt.c: Likewise. * decl.c: Likewise. * decl.h: Likewise. * decl2.c: Likewise. * dump.c: Likewise. * errfn.c: Likewise. * error.c: Likewise. * except.c: Likewise. * expr.c: Likewise. * init.c: Likewise. * input.c: Likewise. * lex.c: Likewise. * lex.h: Likewise. * method.c: Likewise. * optimize.c: Likewise. * parse.y: Likewise. * pt.c: Likewise. * repo.c: Likewise. * rtti.c: Likewise. * search.c: Likewise. * semantics.c: Likewise. * spew.c: Likewise. * tree.c: Likewise. * typeck.c: Likewise. * typeck2.c: Likewise. * xref.c: Likewise. From-SVN: r31632 --- gcc/cp/decl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/cp/decl.h') diff --git a/gcc/cp/decl.h b/gcc/cp/decl.h index d6c376c..c5417d1 100644 --- a/gcc/cp/decl.h +++ b/gcc/cp/decl.h @@ -1,5 +1,5 @@ /* Variables and structures for declaration processing. - Copyright (C) 1993 Free Software Foundation, Inc. + Copyright (C) 1993, 2000 Free Software Foundation, Inc. This file is part of GNU CC. @@ -31,7 +31,7 @@ enum decl_context }; /* We need this in here to get the decl_context definition. */ -extern tree grokdeclarator PROTO((tree, tree, enum decl_context, int, tree)); +extern tree grokdeclarator PARAMS ((tree, tree, enum decl_context, int, tree)); /* Parsing a function declarator leaves a list of parameter names or a chain or parameter decls here. */ -- cgit v1.1