Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!rutgers!usc!zaphod.mps.ohio-state.edu!rpi!leah!bingvaxu!vu0310 From: vu0310@bingvaxu.cc.binghamton.edu (R. Kym Horsell) Newsgroups: comp.lang.c Subject: Re: Preprocessor macro to quote its argument Message-ID: <3857@bingvaxu.cc.binghamton.edu> Date: 18 Aug 90 13:30:12 GMT References: <1112@mti.mti.com> Reply-To: vu0310@bingvaxu.cc.binghamton.edu.cc.binghamton.edu (R. Kym Horsell) Organization: SUNY Binghamton, NY Lines: 14 In article <1112@mti.mti.com> adrian@mti.UUCP (Adrian McCarthy) writes: >Ever needed a preprocessor macro that could quote its argument? I did for \\\ > #define Q " > #define Q1(x) Q x " Whatever happened to #define Q(x) #x ? -Kym Horsell