#define CTRL(x) followup

Steven Brian McKechnie Sargent sbs at valid.UUCP
Wed Nov 12 22:30:21 AEST 1986


> 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.



More information about the Comp.lang.c mailing list