diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-09-12 19:19:15 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-09-12 19:19:15 +0000 |
commit | f9670f72ef1ccff550035cc5f9207e55100e4d8e (patch) | |
tree | 854ebb3a1fb20cc46461f3e263d67c11b338ecc0 /gcc/cp/decl.h | |
parent | f44108b5943871be879d6bbe0ce19460aea065df (diff) | |
download | gcc-f9670f72ef1ccff550035cc5f9207e55100e4d8e.tar.gz |
merging
git-svn-id: svn+ssh://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.h | 2 |
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 |