Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!cca!ima!inmet!rgh From: rgh@inmet.UUCP Newsgroups: net.lang.c Subject: Re: Preprocessor Trickery - (nf) Message-ID: <1563@inmet.UUCP> Date: Sat, 30-Jun-84 00:46:16 EDT Article-I.D.: inmet.1563 Posted: Sat Jun 30 00:46:16 1984 Date-Received: Sun, 1-Jul-84 00:36:25 EDT Lines: 11 #R:arizona:-1236100:inmet:5000019:000:403 inmet!rgh Jun 28 14:01:00 1984 There's no portable way to use C #define's to introduce new tokens into a program, since macro replacement is defined in terms of token strings in K&R [C RefMan 12.1]. This issue -- character string vs. token string macros -- came up at the most recent C ANSI standards committee meeting, and the token string viewpoint prevailed. Randy Hudson {harpo, ihnp4, decvax!cca!ima} !inmet!rgh