зеркало из https://github.com/mozilla/pjs.git
Made it so that expat defines abort() to nothing when it is compiled within Mozilla. r=peterv. sr=jst
This commit is contained in:
Родитель
cb759aa7c2
Коммит
2e189b3e3f
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче