From owner-freebsd-hackers Tue Sep 19 15:33:42 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA04301 for hackers-outgoing; Tue, 19 Sep 1995 15:33:42 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id PAA04292 for ; Tue, 19 Sep 1995 15:33:38 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id PAA11037; Tue, 19 Sep 1995 15:31:00 -0700 From: Terry Lambert Message-Id: <199509192231.PAA11037@phaeton.artisoft.com> Subject: Re: Coding style ( was Re: why is this not a bug in namei?) To: inkari@snakemail.hut.fi (Juha Inkari) Date: Tue, 19 Sep 1995 15:31:00 -0700 (MST) Cc: hackers@freefall.freebsd.org In-Reply-To: <199509192224.BAA29255@lk-hp-20.hut.fi> from "Juha Inkari" at Sep 20, 95 01:24:37 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 381 Sender: owner-hackers@FreeBSD.org Precedence: bulk > One reason to be carefull with goto statements is C++ compability. > In C++ it is illegal to jump over variable initialization. Jumping into an inferior scope is bad practice, period, and will not work on many older K&R compilers, either. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.