aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.h
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-01-23 20:22:16 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-01-23 20:22:16 +0000
commitc38e9817add28bde3418c28bb5aebeb9b4a8563e (patch)
treebcc0d80711b720a100b4cedb59fb7ef9b1eebf48 /gcc/cp/decl.h
parent307a98643c95c33f7820d90a20a2ff8dccb79646 (diff)
downloadgcc-c38e9817add28bde3418c28bb5aebeb9b4a8563e.zip
gcc-c38e9817add28bde3418c28bb5aebeb9b4a8563e.tar.gz
gcc-c38e9817add28bde3418c28bb5aebeb9b4a8563e.tar.bz2
* cp-tree.h, decl.h: Get rid of PARAMS. Again.
From-SVN: r61669
Diffstat (limited to 'gcc/cp/decl.h')
-rw-r--r--gcc/cp/decl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cp/decl.h b/gcc/cp/decl.h
index a920438..b942687 100644
--- a/gcc/cp/decl.h
+++ b/gcc/cp/decl.h
@@ -31,8 +31,7 @@ enum decl_context
};
/* We need this in here to get the decl_context definition. */
-extern tree grokdeclarator PARAMS ((tree, tree, enum decl_context, int,
- tree *));
+extern tree grokdeclarator (tree, tree, enum decl_context, int, tree*);
/* Parsing a function declarator leaves a list of parameter names
or a chain or parameter decls here. */