[ expat-Bugs-1006708 ] unmatched braces in headers
"SourceForge.net" <[email protected]> Thu, 27 Jan 2005 21:20:37 -0800
| Newsgroups | gmane.text.xml.expat.bugs |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #1006708, was opened at 2004-08-10 12:41
Message generated for change (Comment added) made by fdrake
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1006708&group_id=10127
Category: None
Group: Test Required
>Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Fred L. Drake, Jr. (fdrake)
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.
----------------------------------------------------------------------
>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2005-01-28 00:20
Message:
Logged In: YES
user_id=3066
Add test of Expat usage from C++; closing this report.
----------------------------------------------------------------------
Comment By: Karl Waclawek (kwaclaw)
Date: 2004-08-10 14:22
Message:
Logged In: YES
user_id=290026
Fixed in revisions expat.h 1.71 and expat_external.h 1.2.
Needs testing of C++ compilation. Already checked
in a few fixes when doing so under MS VC++ 6.0.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2004-08-10 12:42
Message:
Logged In: NO
My name is Jon <[email protected]>. Thanks.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1006708&group_id=10127