[gnu.g++.lib.bug] setjmp.h

ojr@itk.unit.no (10/16/89)

libg++.xtar.Z on labrea of 14 Oct 1989.

You probably want to change setjmp.h so that it checks on mc68020
instead of sun3 etc. Neither cc, gcc or g++ defines sun3 (or sun2) as
far as I can find out.

*** setjmp.h	Sun Oct 15 17:43:22 1989
--- setjmp.h~	Sun Oct 15 17:45:03 1989
***************
*** 4,10 ****
     
  #if defined(vax) || defined(ns32000)
  static const int _JBLEN = 10;
! #elif defined(mc68000) || defined(mc68020)
  static const int _JBLEN = 58;
  #elif defined(sun386)
  static const int _JBLEN = 8;
--- 4,10 ----
     
  #if defined(vax) || defined(ns32000)
  static const int _JBLEN = 10;
! #elif defined(sun2) || defined(sun3)
  static const int _JBLEN = 58;
  #elif defined(sun386)
  static const int _JBLEN = 8;

Ornulf Jan Rodseth M.Sc.			Telephone
SINTEF Dep. of Automatic Control		(+47 7) 594351 Direct
N-7034 TRONDHEIM				(+47 7) 594375 Switchboard
NORWAY						(+47 7) 594399 Fax

ojr%regtek.unit.uninett@tor.nta.no (EAN)	ojr@itk.unit.no (ARPA)