[gnu.g++.lib.bug] g++-include/setjmp.h patch for sequent-i386

rich@RICE.EDU (Carey R. Murphey) (10/18/89)

The following patch was needed to install libg++.xtar.Z (version
1.36.0 retrieved from labrea today) on a sequent symmetry (i386)
running DYNIX 3.0.12 and compiled with GNU C++ version 1.36.0- (based
on GCC 1.36) (80386, BSD syntax) compiled by GNU C version 1.36.

*** setjmp.h-dist	Wed Oct 18 03:01:27 1989
--- setjmp.h	Wed Oct 18 03:02:04 1989
***************
*** 8,13
  static const int _JBLEN = 58;
  #elif defined(sun386)
  static const int _JBLEN = 8;
  #elif defined(sparc)
  static const int _JBLEN = 9;
  #endif

--- 8,15 -----
  static const int _JBLEN = 58;
  #elif defined(sun386)
  static const int _JBLEN = 8;
+ #elif defined(sequent) && defined(i386)
+ static const int _JBLEN = 11;
  #elif defined(sparc)
  static const int _JBLEN = 9;
  #endif


That's all it took!!!

Thanks, Rich

Richard-Murphey@Rice.edu Department of Electrical and Computer Engineering