diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-11-29 00:59:16 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-11-29 00:59:16 +0000 |
commit | c25194fd440df108bdac183b30b994ba2fb9b1c2 (patch) | |
tree | 572fd369f71d068ba440682b16fe5848cd15d1cf /gcc/cp/decl.h | |
parent | fa94d7979844d6e8edce6dd271c2bee3615e26f8 (diff) | |
download | gcc-c25194fd440df108bdac183b30b994ba2fb9b1c2.tar.gz |
49th Cygnus<->FSF merge
git-svn-id: svn+ssh://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.h | 1 |
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) */ |