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:
nisheeth%netscape.com 2001-03-10 07:27:16 +00:00
parent 2f2b2be1d7
commit 3c4e66755e
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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