From owner-freebsd-java Wed Nov 3 21:35:54 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id B470814E59 for ; Wed, 3 Nov 1999 21:35:52 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.9.3/8.9.3) with SMTP id WAA21141; Wed, 3 Nov 1999 22:35:50 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id WAA13295; Wed, 3 Nov 1999 22:35:49 -0700 Date: Wed, 3 Nov 1999 22:35:49 -0700 Message-Id: <199911040535.WAA13295@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Archie Cobbs Cc: nate@mt.sri.com (Nate Williams), freebsd-java@FreeBSD.ORG Subject: Re: try { } catch { } finally { } in C! In-Reply-To: <199911040532.VAA82620@bubba.whistle.com> References: <199911040435.VAA13124@mt.sri.com> <199911040532.VAA82620@bubba.whistle.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@mt.sri.com (Nate Williams) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > > Did you know that try { } catch { } finally { } is possible from C? > > > Well, GNU C anyway.. > > > > Cool. As long as your program isn't using setjmp/longjmp, it works. :) > > I think it would still work even if it was... different jump buffers.. ? Hmmm......, I'm not sure. I know that someone just posted about an error they had using the thread libraries and setjmp(), but you could be right. I was wondering about this very thing last night working on the JDK.... Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message