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/11/14 18:31:34 UTC

cvs commit: xml-xalan/c/Tests/Threads ThreadTest.cpp

dbertoni    2002/11/14 09:31:33

  Modified:    c/Tests/Threads ThreadTest.cpp
  Log:
  Removed unnecessary #define.
  
  Revision  Changes    Path
  1.25      +0 -4      xml-xalan/c/Tests/Threads/ThreadTest.cpp
  
  Index: ThreadTest.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Tests/Threads/ThreadTest.cpp,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- ThreadTest.cpp	15 Oct 2002 00:28:09 -0000	1.24
  +++ ThreadTest.cpp	14 Nov 2002 17:31:33 -0000	1.25
  @@ -521,11 +521,7 @@
   				signalHandler,
   				TRUE);
   #elif defined(XALAN_POSIX2_AVAILABLE)
  -#if defined(XALAN_SIGNAL_IN_STD)
  -		std::signal(SIGINT, signalHandler);
  -#else
   		signal(SIGINT, signalHandler);
  -#endif
   #else
   #error Unsupported platform!
   #endif
  
  
  

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