Index: cgen-defs.h =================================================================== RCS file: /cvs/src/src/sim/common/cgen-defs.h,v retrieving revision 1.1.1.3 diff -c -r1.1.1.3 cgen-defs.h *** cgen-defs.h 5 Oct 1999 23:13:21 -0000 1.1.1.3 --- cgen-defs.h 7 Oct 2004 06:52:27 -0000 *************** *** 130,136 **** #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: #else #define SWITCH(N, X) switch (X) #define CASE(N, X) case X /* FIXME: old sem-switch had (@arch@_,X) here */ --- 130,136 ---- #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:; #else #define SWITCH(N, X) switch (X) #define CASE(N, X) case X /* FIXME: old sem-switch had (@arch@_,X) here */