diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-01 18:31:56 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-01 18:31:56 +0000 |
commit | 35261e5e14a37212fdef79160b2983b06751a97c (patch) | |
tree | e0b0a1c7bd33d3c7666d6d915d66b3378ef0b7e3 /gcc/unwind-dw2.c | |
parent | aad01c2b2cc20463564fe411c496f3ce2ecb513b (diff) | |
download | gcc-35261e5e14a37212fdef79160b2983b06751a97c.tar.gz |
* unwind-dw2.c (_Unwind_FrameState): Remove commas at end of
enumeration list.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73180 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/unwind-dw2.c')
-rw-r--r-- | gcc/unwind-dw2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/unwind-dw2.c b/gcc/unwind-dw2.c index 1e92c023889..70d32215c7f 100644 --- a/gcc/unwind-dw2.c +++ b/gcc/unwind-dw2.c @@ -107,7 +107,7 @@ typedef struct REG_UNSAVED, REG_SAVED_OFFSET, REG_SAVED_REG, - REG_SAVED_EXP, + REG_SAVED_EXP } how; } reg[DWARF_FRAME_REGISTERS+1]; @@ -123,7 +123,7 @@ typedef struct enum { CFA_UNSET, CFA_REG_OFFSET, - CFA_EXP, + CFA_EXP } cfa_how; /* The PC described by the current frame state. */ |