You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/04/09 06:14:48 UTC

cvs commit: xml-xalan/c/src/XPathCAPI XPathCAPI.h

dbertoni    02/04/08 21:14:48

  Modified:    c/src/XPathCAPI XPathCAPI.h
  Log:
  Update for 390.
  
  Revision  Changes    Path
  1.3       +11 -0     xml-xalan/c/src/XPathCAPI/XPathCAPI.h
  
  Index: XPathCAPI.h
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPathCAPI/XPathCAPI.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XPathCAPI.h	28 Sep 2001 18:17:55 -0000	1.2
  +++ XPathCAPI.h	9 Apr 2002 04:14:48 -0000	1.3
  @@ -120,6 +120,17 @@
   typedef void*	XalanXPathHandle;
   
   
  +#if defined(OS390)
  +#pragma export(XalanXPathAPIInitialize)
  +#pragma export(XalanXPathAPITerminate)
  +#pragma export(XalanCreateXPathEvaluator)
  +#pragma export(XalanDestroyXPathEvaluator)
  +#pragma export(XalanCreateXPath)
  +#pragma export(XalanDestroyXPath)
  +#pragma export(XalanEvaluateXPathAsBoolean)
  +#pragma export(XalanEvaluateXPathExpressionAsBoolean)
  +#endif
  +
   /**
    * Initialize Xerces and the XPath API.
    *
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org