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)

defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: rade, Assigned: norrisboyd)

Details

Attachments

(1 file)

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.
Attached patch fixSplinter Review
Fix checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Verifying -
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: