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/09/10 02:05:03 UTC

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

dbertoni    2002/09/09 17:05:03

  Modified:    c/Tests/Threads ThreadTest.cpp
  Log:
  Tru64 work-around.
  
  Revision  Changes    Path
  1.23      +2 -1      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.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- ThreadTest.cpp	30 Aug 2002 23:58:29 -0000	1.22
  +++ ThreadTest.cpp	10 Sep 2002 00:05:03 -0000	1.23
  @@ -42,7 +42,8 @@
   
   // This is a workaround for a Tru64 compiler bug...
   #if defined(XALAN_STRICT_ANSI_HEADERS) && defined(TRU64)
  -#include <setjmp.h>
  +#include <csetjmp>
  +typedef long sigjmp_buf[_JBLEN];
   #endif
   #include <pthread.h>
   #include <unistd.h>
  
  
  

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