repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* semantics.c (finish_handler): End the scope of the handler
[official-gcc.git]
/
gcc
/
java
/
java-opcodes.h
blob
8fbe55cb7088d72ae8481705006132c494203949
1
enum
java_opcode
{
2
#define JAVAOP(NAME, CODE, KIND, TYPE, VALUE) OPCODE_##NAME = CODE,
3
#include
"javaop.def"
4
#undef JAVAOP
5
};