Closed
Bug 49301
Opened 24 years ago
Closed 24 years ago
build bustage in Parser.java under jdk1.3 on RedHat
Categories
(Rhino Graveyard :: Core, defect, P3)
Rhino Graveyard
Core
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rade, Assigned: norrisboyd)
Details
Attachments
(1 file)
8.55 KB,
patch
|
Details | Diff | Splinter Review |
I get errors of the following kind:
org/mozilla/javascript/Parser.java:391: constant expression required
case ts.SWITCH: {
Changing this to
case TokenStream.SWITCH: {
fixes the problem.
Not sure whether this is specific to jdk1.3 and/or RedHat.
Reporter | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•