[ expat-Bugs-1073428 ] Missing include guards in expat_external.h
"SourceForge.net" <[email protected]>
| Newsgroups | gmane.text.xml.expat.bugs |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #1073428, was opened at 2004-11-25 22:22 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=1073428&group_id=10127 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Henrik Goldman (hgoldman) Assigned to: Nobody/Anonymous (nobody) Summary: Missing include guards in expat_external.h Initial Comment: In release 1.95.8 the file expat_external.h is missing include guards. I'm building expat in non-standard way and the compilation chokes because of the missing code. To make it work add: #ifndef EXPAT_EXTERNAL_H #define EXPAT_EXTERNAL_H ... #endif /* EXPAT_EXTERNAL_H */ Regards, Henrik Goldman ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1073428&group_id=10127