aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.h
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>1996-09-12 19:19:15 +0000
committerMike Stump <mrs@gcc.gnu.org>1996-09-12 19:19:15 +0000
commitc11b6f21eb1adddea58b8701442030dc84d49474 (patch)
tree854ebb3a1fb20cc46461f3e263d67c11b338ecc0 /gcc/cp/decl.h
parent55df28b8f230fa1add6b88c480832717ea6e8199 (diff)
downloadgcc-c11b6f21eb1adddea58b8701442030dc84d49474.zip
gcc-c11b6f21eb1adddea58b8701442030dc84d49474.tar.gz
gcc-c11b6f21eb1adddea58b8701442030dc84d49474.tar.bz2
merging
From-SVN: r12700
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 0824c13..f55dca5 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