From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: ozan s yigit Message-ID: References: <3C844A15.FC687ACD@null.net>, <15012.1015322661@apnic.net>, <87n0xm20ac.fsf@becket.becket.net> Subject: Re: Fwd: Re: [9fans] samuel (fwd) Date: Wed, 6 Mar 2002 15:56:53 +0000 Topicbox-Message-UUID: 6078fe32-eaca-11e9-9e20-41e7f4b1d025 "Thomas Bushnell, BSG" writes: > Lol. GCC actually supports a close extension; you can store labels in > appropriately typed variables and then goto them. yeah, that and some other extensions (eg. nested functions a la pascal) that have failed to make it to any other C compiler [or standard] in the last decade. we have great time scraping them off of any code we find them in, assuming we have to keep that code. :) oz