Turned off 'super' keyword - was letting through some cut'n'pasted java
code quietly and blowing big chunks out of the codegen/interpreter later.
Anybody know why 'super' had an interesting value here? - there was no
support for it on any path that I could see.
This commit is contained in:
rogerl%netscape.com 1999-09-20 22:21:24 +00:00
parent e528a0d539
commit 2d8fcffd6b
2 changed files with 2 additions and 2 deletions

View File

@ -549,7 +549,7 @@ public class TokenStream {
RESERVED, // public
RESERVED, // short
RESERVED, // static
PRIMARY | (NOP << 8), // super
RESERVED, // super
RESERVED, // synchronized
THROW, // throw
RESERVED, // throws

View File

@ -549,7 +549,7 @@ public class TokenStream {
RESERVED, // public
RESERVED, // short
RESERVED, // static
PRIMARY | (NOP << 8), // super
RESERVED, // super
RESERVED, // synchronized
THROW, // throw
RESERVED, // throws