Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site randvax.ARPA Path: utzoo!watmath!clyde!akgua!sdcsvax!bmcg!cepu!trwrba!trwrb!sdcrdcf!randvax!edhall From: edhall@randvax.UUCP Newsgroups: net.lang.c Subject: Re: Forming composite tokens using /**/ Message-ID: <1782@randvax.ARPA> Date: Sat, 5-May-84 12:37:54 EDT Article-I.D.: randvax.1782 Posted: Sat May 5 12:37:54 1984 Date-Received: Wed, 9-May-84 01:52:37 EDT References: <476@decvax.UUCP>, <7176@unc.UUCP> Organization: Rand Corp., Santa Monica Lines: 11 + Another alternative (which is probably equally offensive): | |#define cat(a,b) a\ |b | At least this doesn't rely on the preprocessor stripping comments. But it is still likely to be non-portable. -Ed Hall decvax!randvax!edhall