added WIP support for reentrancy in the parser

git-svn-id: svn://10.0.0.236/trunk@5413 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg
1998-07-13 21:13:09 +00:00
parent d23536257e
commit 434bedca96
48 changed files with 1432 additions and 1772 deletions

View File

@@ -177,7 +177,7 @@ eAutoDetectResult CWellFormedDTD::AutoDetectContentType(nsString& aBuffer,nsStri
* @param
* @return
*/
PRInt32 CWellFormedDTD::WillBuildModel(const char* aFilename){
PRInt32 CWellFormedDTD::WillBuildModel(nsString& aFilename){
PRInt32 result=0;
return result;
}