dbertoni    02/04/11 22:34:00

  Modified:    c/samples/XPathWrapper XPathWrapper.cpp
  Log:
  Cleanup for picky compilers.
  
  Revision  Changes    Path
  1.17      +4 -0      xml-xalan/c/samples/XPathWrapper/XPathWrapper.cpp
  
  Index: XPathWrapper.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/samples/XPathWrapper/XPathWrapper.cpp,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- XPathWrapper.cpp  27 Mar 2002 15:20:11 -0000      1.16
  +++ XPathWrapper.cpp  12 Apr 2002 05:34:00 -0000      1.17
  @@ -79,6 +79,10 @@
                std::ostream&   errorStream)
   #endif
        {
  +#if defined(XALAN_STRICT_ANSI_HEADERS)
  +             using std::strlen;
  +#endif
  +
                //initialize Xerces...
                try
                {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to