logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

[ expat-Bugs-1006708 ] unmatched braces in headers: msg#00005

Subject: [ expat-Bugs-1006708 ] unmatched braces in headers
Bugs item #1006708, was opened at 2004-08-10 09:41
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1006708&group_id=10127

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: unmatched braces in headers

Initial Comment:
expat.h contains:
#ifdef __cplusplus
 }
#endif

and expat_external.h contains:
#ifdef __cplusplus
 extern "C" {
#endif

Each file should both open and close these blocks. 
There are some cases where only expat_external.h is
included in the expat sources.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1006708&group_id=10127


<Prev in Thread] Current Thread [Next in Thread>