aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.h
diff options
context:
space:
mode:
authorMike Stump <mrs@cygnus.com>1996-09-12 19:19:15 +0000
committerMike Stump <mrs@cygnus.com>1996-09-12 19:19:15 +0000
commitf9e06c2f82eb227f036c350b27d8bc44c5e0e9cf (patch)
tree854ebb3a1fb20cc46461f3e263d67c11b338ecc0 /gcc/cp/decl.h
parent025bcc4aa27458c13703c19c7a046c8f7b1e1d0f (diff)
merging
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@12700 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/decl.h')
-rw-r--r--gcc/cp/decl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl.h b/gcc/cp/decl.h
index 0824c13d673..f55dca55ea7 100644
--- a/gcc/cp/decl.h
+++ b/gcc/cp/decl.h
@@ -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, tree));
+extern tree grokdeclarator PROTO((tree, tree, enum decl_context, int, tree));
/* C++: Keep these around to reduce calls to `get_identifier'.
Identifiers for `this' in member functions and the auto-delete