Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!brl-tgr!tgr!rbp%investor.uucp@BRL.ARPA From: rbp%investor.uucp@BRL.ARPA (Bob Peirce) Newsgroups: net.lang.c Subject: Re: \"handy.h\" Message-ID: <1373@brl-tgr.ARPA> Date: Sun, 8-Sep-85 16:55:27 EDT Article-I.D.: brl-tgr.1373 Posted: Sun Sep 8 16:55:27 1985 Date-Received: Tue, 10-Sep-85 04:02:51 EDT Sender: news@brl-tgr.ARPA 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(;;)!