Closed Bug 740 Opened 26 years ago Closed 26 years ago

cmd/xfe/XfeWidgets/Xfe/Pane.c uses illegal cpp conditional

Categories

(MozillaClassic Graveyard :: XFE, defect, P2)

1998-03-31
SGI
HP-UX

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: rkl, Assigned: ramiro)

Details

Many cpp's do not like "#ifdef 0" (it's illegal in strict ANSI C I suspect), including HP-UX's ANSI C. Line 1633 of cmd/xfe/XfeWidgets/Xfe/Pane.c uses "#ifdef 0" - it should be "#if 0" of course. HP's ANSI C refuses to compile this file without it being fixed.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
I fixed it. thanks. marking fixed.
VERIFIED due to no changes in over a year
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.