Date: Wed, 20 Sep 2000 11:30:06 -0700 (PDT) From: Earl Chew <earl_chew@agilent.com> To: freebsd-bugs@FreeBSD.org Subject: Re: i386/21427: g++ barfs on anonymous i386 sigjmp_buf structure Message-ID: <200009201830.LAA07356@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/21427; it has been noted by GNATS. From: Earl Chew <earl_chew@agilent.com> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: i386/21427: g++ barfs on anonymous i386 sigjmp_buf structure Date: Wed, 20 Sep 2000 11:28:16 -0700 An additional problem with i386 machine/setjmp.h is that doesn't have #inclusion guards to prevent problems with multiple inclusions. Something like: #ifndef _MACHINE_SETJMP_H #define _MACHINE_SETJMP_H ... #endif Earl -- >----------------------------------------------------------------------+ > Earl Chew http://www.agilent.com | > Agilent Technologies mailto:earl_chew@agilent.com | > Advanced Networks Division Tel: +1 604 454 3411 | > 2500-4710 Kingsway Fax: +1 604 454 3401 | > Burnaby BC V5H 4M2 Canada | >----------------------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009201830.LAA07356>