Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!watmath!clyde!cbosgd!cbdkc1!desoto!packard!hoxna!houxm!whuxlm!akgua!sdcsvax!dcdwest!ittvax!decvax!cca!ima!ISM780B!jim
From: jim@ISM780B.UUCP
Newsgroups: net.lang.c
Subject: Re: Re: Redefining keywords (is #define
Message-ID: <142@ISM780B.UUCP>
Date: Thu, 7-Feb-85 00:49:35 EST
Article-I.D.: ISM780B.142
Posted: Thu Feb  7 00:49:35 1985
Date-Received: Sun, 10-Feb-85 06:17:56 EST
Lines: 15
Nf-ID: #R:utzoo:-498500:ISM780B:25500104:000:284
Nf-From: ISM780B!jim    Feb  5 17:11:00 1985

One amusing thing about Reiser's cpp is that preprocessor keywords
can be defined to or from.  Thus

#define spew include
#spew "crap"
#define if include
#if "crud"

yields

3: Can't find include file crap
5: Can't find include file crud

-- Jim Balter, INTERACTIVE Systems (ima!jim)