aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.h
diff options
context:
space:
mode:
authorMike Stump <mrs@cygnus.com>1994-11-29 00:59:16 +0000
committerMike Stump <mrs@cygnus.com>1994-11-29 00:59:16 +0000
commitfa512a54eeab0edb1d36dae4a2adc432fc2812c4 (patch)
tree572fd369f71d068ba440682b16fe5848cd15d1cf /gcc/cp/decl.h
parentec1c3fbded7d04cc52545b249a028480c93c2799 (diff)
49th Cygnus<->FSF merge
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@8570 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/decl.h')
-rw-r--r--gcc/cp/decl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/decl.h b/gcc/cp/decl.h
index b088179ec7b..d0dfe8aac87 100644
--- a/gcc/cp/decl.h
+++ b/gcc/cp/decl.h
@@ -22,6 +22,7 @@ enum decl_context
{ NORMAL, /* Ordinary declaration */
FUNCDEF, /* Function definition */
PARM, /* Declaration of parm before function body */
+ CATCHPARM, /* Declaration of catch parm */
FIELD, /* Declaration inside struct or union */
BITFIELD, /* Likewise but with specified width */
TYPENAME, /* Typename (inside cast or sizeof) */