Date: Tue, 19 Sep 1995 15:31:00 -0700 (MST) From: Terry Lambert <terry@lambert.org> To: inkari@snakemail.hut.fi (Juha Inkari) Cc: hackers@freefall.freebsd.org Subject: Re: Coding style ( was Re: why is this not a bug in namei?) Message-ID: <199509192231.PAA11037@phaeton.artisoft.com> In-Reply-To: <199509192224.BAA29255@lk-hp-20.hut.fi> from "Juha Inkari" at Sep 20, 95 01:24:37 am
next in thread | previous in thread | raw e-mail | index | archive | help
> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509192231.PAA11037>