Made it so that expat defines abort() to nothing when it is compiled within Mozilla. r=peterv. sr=jst

This commit is contained in:
nisheeth%netscape.com 2001-03-10 07:27:16 +00:00
Родитель cb759aa7c2
Коммит 2e189b3e3f
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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