Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!mimsy!cvl!umd5!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.unix.wizards Subject: Re: need cpp macros to concatenate names Message-ID: <5842@brl-smoke.ARPA> Date: Thu, 7-May-87 17:13:49 EDT Article-I.D.: brl-smok.5842 Posted: Thu May 7 17:13:49 1987 Date-Received: Sat, 9-May-87 09:29:43 EDT References: <7289@brl-adm.ARPA> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 5 In article <7289@brl-adm.ARPA> rbj@icst-cmr.arpa (Root Boy Jim) writes: > #define ident(a)a > #define glue(a,b)ident(a)b It doesn't necessarily work, e.g. for a tokenizing preprocessor.