2012-03-30 13:01:32 +02:00
|
|
|
# 1 "data/identifier-expansion.3.cpp"
|
2012-03-26 15:18:01 +02:00
|
|
|
# 8 "data/identifier-expansion.3.cpp"
|
|
|
|
enum op_code {
|
|
|
|
#gen true
|
|
|
|
# 6 "data/identifier-expansion.3.cpp"
|
|
|
|
op_ADD, op_SUB,
|
|
|
|
#gen false
|
|
|
|
# 10 "data/identifier-expansion.3.cpp"
|
|
|
|
};
|
|
|
|
|
|
|
|
static const char *names[] = {
|
|
|
|
#gen true
|
|
|
|
# 2 "data/identifier-expansion.3.cpp"
|
2012-04-22 12:04:00 +02:00
|
|
|
"ADD"
|
2012-03-26 15:18:01 +02:00
|
|
|
|
|
|
|
|
|
|
|
,
|
|
|
|
# 3 "data/identifier-expansion.3.cpp"
|
|
|
|
"SUB"
|
|
|
|
|
|
|
|
,
|
|
|
|
#gen false
|
|
|
|
# 14 "data/identifier-expansion.3.cpp"
|
|
|
|
};
|