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
Родитель 0617191a4b
Коммит 53952765f6
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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