Closed
Bug 17050
Opened 25 years ago
Closed 25 years ago
';' in unintended location in jsexn.c? function--Exception()
Categories
(Core :: JavaScript Engine, defect, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
M13
People
(Reporter: Brade, Assigned: rogerl)
Details
line 293 of jsexn.c results in a compiler warning on Macintosh.
It flags the ';' at the end of the "if"
is the ';' intentional?
if so, the compiler won't complain if it is enclosed in {} or on a separate line.
based on the current code, maybe the 'if' should be removed?
Updated•25 years ago
|
Assignee: mccabe → rogerl
Comment 1•25 years ago
|
||
Roger, can you look at this?
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•25 years ago
|
||
My guess is that the ';' is unintended - we should just return the result of the
JS_DefineProperty call. I'll check that in.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•25 years ago
|
||
done
You need to log in
before you can comment on or make changes to this bug.
Description
•