2004-10-07 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
* cgen-defs.h (ENDSWITCH): Changed to compile with gcc-3.4.2.
This commit is contained in:
parent
873d03ee3a
commit
a3bb10891c
@ -1,3 +1,7 @@
|
||||
2004-10-07 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
|
||||
|
||||
* cgen-defs.h (ENDSWITCH): Changed to compile with gcc-3.4.2.
|
||||
|
||||
2004-07-26 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
Problem from Olaf Hering <olh@suse.de>.
|
||||
|
@ -130,7 +130,7 @@ typedef enum {
|
||||
#define CASE(N, X) case_##N##_##X
|
||||
#define BREAK(N) goto end_switch_##N
|
||||
#define DEFAULT(N) default_##N
|
||||
#define ENDSWITCH(N) end_switch_##N:
|
||||
#define ENDSWITCH(N) end_switch_##N:;
|
||||
#else
|
||||
#define SWITCH(N, X) switch (X)
|
||||
#define CASE(N, X) case X /* FIXME: old sem-switch had (@arch@_,X) here */
|
||||
|
Loading…
Reference in New Issue
Block a user