1 2 3 4 5
enum java_opcode { #define JAVAOP(NAME, CODE, KIND, TYPE, VALUE) OPCODE_##NAME = CODE, #include "javaop.def" #undef JAVAOP };