add static to ConsumeConditional to reduce Macintosh compiler warnings

git-svn-id: svn://10.0.0.236/trunk@22733 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brade%netscape.com 1999-03-03 15:37:27 +00:00
parent 65a77a958a
commit 9a1dd1f7df
2 changed files with 2 additions and 0 deletions

View File

@ -153,6 +153,7 @@ nsITokenRecycler* nsXMLTokenizer::GetTokenRecycler(void) {
*
* @update vidur 11/12/98
*/
static
nsresult ConsumeConditional(nsScanner& aScanner,const nsString& aMatchString,PRBool& aMatch) {
nsresult result=NS_OK;
PRUnichar matchChar;

View File

@ -153,6 +153,7 @@ nsITokenRecycler* nsXMLTokenizer::GetTokenRecycler(void) {
*
* @update vidur 11/12/98
*/
static
nsresult ConsumeConditional(nsScanner& aScanner,const nsString& aMatchString,PRBool& aMatch) {
nsresult result=NS_OK;
PRUnichar matchChar;