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
Makefile.in (ALL_GTFILES_H): Replace sed statement with more portable tr expression.
[official-gcc.git]
/
gcc
/
java
/
java-opcodes.h
blob
12b3a72f77f5dae948f4b296bb1db0f132eda55b
1
enum
java_opcode
{
2
#define JAVAOP(NAME, CODE, KIND, TYPE, VALUE) OPCODE_##NAME = CODE,
3
#include
"javaop.def"
4
#undef JAVAOP
5
LAST_AND_UNUSED_JAVA_OPCODE
6
};