dbertoni 2003/02/10 19:07:15
Modified: c/src/XPath XPathProcessorImpl.cpp
Log:
Removed unimplemented "inline" functions from compilation.
Revision Changes Path
1.71 +0 -8 xml-xalan/c/src/XPath/XPathProcessorImpl.cpp
Index: XPathProcessorImpl.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathProcessorImpl.cpp,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- XPathProcessorImpl.cpp 5 Feb 2003 07:08:19 -0000 1.70
+++ XPathProcessorImpl.cpp 11 Feb 2003 03:07:15 -0000 1.71
@@ -1660,16 +1660,8 @@
FunctionRound();
break;
- case XPathExpression::eOP_FUNCTION_STRING_0:
- FunctionString(opPos);
- break;
-
case XPathExpression::eOP_FUNCTION_STRINGLENGTH_0:
FunctionStringLength(opPos);
- break;
-
- case XPathExpression::eOP_FUNCTION_NAMESPACEURI_0:
- FunctionNamespaceURI(opPos);
break;
case XPathExpression::eOP_FUNCTION_SUM:
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]