unwind-dw2.c (_Unwind_FrameState): Remove commas at end of enumeration list.

* unwind-dw2.c (_Unwind_FrameState): Remove commas at end of
	enumeration list.

From-SVN: r73180
This commit is contained in:
Andreas Jaeger 2003-11-01 19:31:56 +01:00 committed by Andreas Jaeger
parent 63482449cc
commit ab08fce55b
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-11-01 Andreas Jaeger <aj@suse.de>
* unwind-dw2.c (_Unwind_FrameState): Remove commas at end of
enumeration list.
2003-11-01 Andreas Schwab <schwab@suse.de>
* config/ia64/sysv4.h (SDATA_SECTION_FUNCTION): Update to C90

View File

@ -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. */