Compiling under Java-1.5
Brought to you by:
hoenicke
In Java-1.5 "enum" is a keyword and can not be a
variable name.
The attached patch replaces all occurances of
"enum" with "enumeration".
Of course, handling real Java code, that uses
enums remains impossible :-)
Fortunately, there, probably, is not much such
code around, for this is a very new feature.
replace
enum' withenumeration'