Fixes for mac linux

This commit is contained in:
thom
1998-07-01 23:29:55 +00:00
parent 0af7891257
commit 38ab18f776
4 changed files with 4 additions and 4 deletions

View File

@@ -352,7 +352,7 @@ PRInt32 nsParser::WillBuildModel(const char* aFilename, const char* aContentType
}
#ifdef DEBUG_SAVE_SOURCE_DOC
#if defined(XP_UNIX) && defined(IRIX)
#if defined(XP_UNIX) && (defined(IRIX) || defined(MKLINUX))
/* XXX: IRIX does not support ios::binary */
gTempStream =new fstream("c:/temp/out.html",ios::out);
#else