Closed
Bug 257948
Opened 21 years ago
Closed 21 years ago
several idl files have #endif without #ifdef
Categories
(Core Graveyard :: Profile: BackEnd, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Biesinger, Assigned: csthomas)
Details
Attachments
(1 file, 1 obsolete file)
4.33 KB,
patch
|
dveditz
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
/home/chb/mozilla/mozilla/profile/public/nsIProfile.idl:89: Error: More #endif's
than #if's found.
/home/chb/mozilla/mozilla/profile/public/nsIProfileChangeStatus.idl:144: Error:
More #endif's than #if's found.
/home/chb/mozilla/mozilla/profile/public/nsIProfile.idl:89: Error: More #endif's
than #if's found.
/home/chb/mozilla/mozilla/profile/public/nsIProfileInternal.idl:156: Error: More
#endif's than #if's found.
/home/chb/mozilla/mozilla/profile/public/nsIProfileStartupListener.idl:61:
Error: More #endif's than #if's found.
/home/chb/mozilla/mozilla/widget/public/nsIAppShell.idl:119: Error: More
#endif's than #if's found.
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #157858 -
Flags: superreview?(neil.parkwaycc.co.uk)
Attachment #157858 -
Flags: review?(dveditz)
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
OS: Linux → All
Reporter | ||
Comment 2•21 years ago
|
||
I'd think it would be better to remove that endif lines, they are not usual
style for .idl. the resulting .h file will get such include guards by xpidl anyway.
Assignee | ||
Comment 3•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #157858 -
Attachment is obsolete: true
Attachment #157858 -
Flags: superreview?(neil.parkwaycc.co.uk)
Attachment #157858 -
Flags: review?(dveditz)
Assignee | ||
Updated•21 years ago
|
Attachment #157885 -
Flags: superreview?(neil.parkwaycc.co.uk)
Attachment #157885 -
Flags: review?(dveditz)
Assignee | ||
Updated•21 years ago
|
Whiteboard: r?
Updated•21 years ago
|
Attachment #157885 -
Flags: superreview?(neil.parkwaycc.co.uk) → superreview+
Comment 4•21 years ago
|
||
Comment on attachment 157885 [details] [diff] [review]
Patch v2
r=dveditz
Attachment #157885 -
Flags: review?(dveditz) → review+
Reporter | ||
Comment 5•21 years ago
|
||
checked in.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Whiteboard: r?
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•