You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2002/10/10 15:27:45 UTC

DO NOT REPLY [Bug 13489] - missing `return' in Token.cpp

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13489>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13489

missing `return' in Token.cpp





------- Additional Comments From dgohman@earthlink.net  2002-10-10 13:27 -------
Here's a patch for what appears to be the intended code:

        case T_NEGATIVELOOKAHEAD:
        case T_LOOKBEHIND:
        case T_NEGATIVELOOKBEHIND:
-               FC_CONTINUE;
+               return FC_CONTINUE;
 //     default:
 //             throw;
        }

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org