diff options
author | Mike Stump <mrs@gcc.gnu.org> | 1994-11-29 00:59:16 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 1994-11-29 00:59:16 +0000 |
commit | db5ae43ff2ce49f1cbe66a0e16f4e079b702580b (patch) | |
tree | 572fd369f71d068ba440682b16fe5848cd15d1cf /gcc/cp/decl.h | |
parent | c7a7ac465ec752e3c21494ff810e95e851f36ac3 (diff) | |
download | gcc-db5ae43ff2ce49f1cbe66a0e16f4e079b702580b.zip gcc-db5ae43ff2ce49f1cbe66a0e16f4e079b702580b.tar.gz gcc-db5ae43ff2ce49f1cbe66a0e16f4e079b702580b.tar.bz2 |
49th Cygnus<->FSF merge
From-SVN: r8570
Diffstat (limited to 'gcc/cp/decl.h')
-rw-r--r-- | gcc/cp/decl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/decl.h b/gcc/cp/decl.h index b088179..d0dfe8a 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) */ |