Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site investor.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!rochester!cmu-cs-pt!cadre!pitt!darth!investor!rbp From: rbp@investor.UUCP (Bob Peirce) Newsgroups: net.lang.c Subject: Re: "handy.h" Message-ID: <236@investor.UUCP> Date: Thu, 5-Sep-85 20:50:12 EDT Article-I.D.: investor.236 Posted: Thu Sep 5 20:50:12 1985 Date-Received: Mon, 9-Sep-85 01:03:37 EDT References: <10200006@ada-uts.UUCP> <532@linus.UUCP> Organization: Cookson, Peirce & Co., Pittsburgh, PA Lines: 21 > my personal favorite: > > #define EVER ;; > > then you can say: > > for(EVER) { > stuff; > } Why not just #define FOREVER for(;;) Then you can say FOREVER{ stuff; } I actually have that in my "local.h" file, yet I persist in using "for(;;)!