aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.h
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>1995-10-12 02:33:51 +0000
committerMike Stump <mrs@gcc.gnu.org>1995-10-12 02:33:51 +0000
commitf30432d726e15452e300dee52edd348e14778589 (patch)
treec55b3eb88f5961c3b44da3a913de51995aba4868 /gcc/cp/decl.h
parentc35836203ca446bb56832d320c406b79816280f8 (diff)
downloadgcc-f30432d726e15452e300dee52edd348e14778589.zip
gcc-f30432d726e15452e300dee52edd348e14778589.tar.gz
gcc-f30432d726e15452e300dee52edd348e14778589.tar.bz2
75th Cygnus<->FSF merge
From-SVN: r10438
Diffstat (limited to 'gcc/cp/decl.h')
-rw-r--r--gcc/cp/decl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/cp/decl.h b/gcc/cp/decl.h
index 349a162..0824c13 100644
--- a/gcc/cp/decl.h
+++ b/gcc/cp/decl.h
@@ -30,6 +30,9 @@ enum decl_context
MEMFUNCDEF /* Member function definition */
};
+/* We need this in here to get the decl_context definition. */
+extern tree grokdeclarator PROTO((tree, tree, enum decl_context, int, tree, tree));
+
/* C++: Keep these around to reduce calls to `get_identifier'.
Identifiers for `this' in member functions and the auto-delete
parameter for destructors. */