[ 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 16:22 Message generated for change (Comment added) made by kwaclaw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1073428&group_id=10127 Category: None Group: None >Status: Closed >Resolution: Fixed 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 ---------------------------------------------------------------------- >Comment By: Karl Waclawek (kwaclaw) Date: 2004-11-25 19:22 Message: Logged In: YES user_id=290026 Fixed in expat_external.h rev. 1.3. Used different symbol name to be consistent with other include guards in Expat. Closing this issue. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1073428&group_id=10127