expat/lib expat_external.h,1.6,1.7
"Karl Waclawek" <[email protected]> Mon, 06 Mar 2006 06:24:39 -0800
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/expat/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19502/lib Modified Files: expat_external.h Log Message: Applied patch #1437840. Fix for bugs #1414066 and #1033965 . Index: expat_external.h =================================================================== RCS file: /cvsroot/expat/expat/lib/expat_external.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- expat_external.h 28 Dec 2005 06:07:52 -0000 1.6 +++ expat_external.h 6 Mar 2006 14:24:36 -0000 1.7 @@ -36,7 +36,7 @@ #ifndef XMLCALL #if defined(XML_USE_MSC_EXTENSIONS) #define XMLCALL __cdecl -#elif defined(__GNUC__) && defined(__i386) +#elif defined(__GNUC__) && defined(__i386) && !defined(__INTEL_COMPILER) #define XMLCALL __attribute__((cdecl)) #else /* For any platform which uses this definition and supports more than