dbertoni    02/04/11 22:30:05

  Modified:    c/samples/TraceListen TraceListen.cpp
  Log:
  Cleanup for picky compilers.
  
  Revision  Changes    Path
  1.13      +3 -0      xml-xalan/c/samples/TraceListen/TraceListen.cpp
  
  Index: TraceListen.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/samples/TraceListen/TraceListen.cpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- TraceListen.cpp   28 Feb 2002 06:10:54 -0000      1.12
  +++ TraceListen.cpp   12 Apr 2002 05:30:05 -0000      1.13
  @@ -39,6 +39,9 @@
   #if !defined(XALAN_NO_NAMESPACES)
        using std::cerr;
        using std::endl;
  +#if defined(XALAN_STRICT_ANSI_HEADERS)
  +     using std::strcmp;
  +#endif
   #endif
   
        // TraceListener flags...
  
  
  

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

Reply via email to