Made it so that expat defines abort() to nothing when it is compiled within Mozilla. r=peterv. sr=jst
git-svn-id: svn://10.0.0.236/trunk@89236 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
2f2b2be1d7
commit
3c4e66755e
@ -38,6 +38,7 @@ particular environments. */
|
||||
#if PR_BYTES_PER_INT != 4
|
||||
#define int int32
|
||||
#endif
|
||||
#define abort() /* as nothing */
|
||||
|
||||
/* Enable Unicode string processing in expat. */
|
||||
#ifndef XML_UNICODE
|
||||
|
||||
@ -38,6 +38,7 @@ particular environments. */
|
||||
#if PR_BYTES_PER_INT != 4
|
||||
#define int int32
|
||||
#endif
|
||||
#define abort() /* as nothing */
|
||||
|
||||
/* Enable Unicode string processing in expat. */
|
||||
#ifndef XML_UNICODE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user