Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!sri-unix!hplabs!pesnta!valid!sbs From: sbs@valid.UUCP (Steven Brian McKechnie Sargent) Newsgroups: comp.lang.c Subject: Re: #define CTRL(x) followup Message-ID: <779@valid.UUCP> Date: Wed, 12-Nov-86 07:30:21 EST Article-I.D.: valid.779 Posted: Wed Nov 12 07:30:21 1986 Date-Received: Thu, 13-Nov-86 21:57:30 EST References: <7136@elsie.UUCP> Organization: Valid Logic, San Jose, CA Lines: 22 > Thanks to everyone who replied to my question on whether an emulation of > Reiser cpp's handling of > > #define CTRL(x) ('x' & 037) > > could be done in tentative proposed draft ANSI C. ... *** REPLACE THIS LINE WITH YOUR MESSAGE *** Guess I came into the discussion late. What's wrong with the Reiser treatment (it's always worked for me)? Sounds like if it doesn't work in ANSI, then ANSI is breaking its own "don't break working code" rule. The cheapest way to an emulation of Reiser treatment might be by using your old buddy, sed(1). But if ANSI is standardizing that, too, forget I said anything... Love, S.