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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to