Closed
Bug 27500
Opened 26 years ago
Closed 26 years ago
sun's cc doesnt like comma at end of line in ntypes.h:59
Categories
(Core :: Graphics: ImageLib, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: tomi.leppikangas, Assigned: pnunn)
Details
Suns compiled doesnt like comma at end of enum block in ntypes.h at
line 59.
include/ntypesh.h:
TV_NTWK_SERVER_ONLY,
SERVER_ONLY, <-- remove this
} NET_ReloadMethod;
Gets copiler error on last line:
"../../../../include/ntypes.h", line 59: Error: Identifier expected instead of
"}".
Comment 1•26 years ago
|
||
I already checked in the fix for this.
the linux compiler warned me about this problem.
see http://tinderbox.mozilla.org/SeaMonkey/warnings.html
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•26 years ago
|
||
Looks good for me, marking as verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•