Use new generated tags table/search routines

This commit is contained in:
kipp
1998-07-03 17:19:26 +00:00
parent 0af8c35a14
commit 1ed19a7f7d
10 changed files with 260 additions and 722 deletions

View File

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