Newsgroups: comp.lang.c
Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!fauern!faui43.informatik.uni-erlangen.de!cnwietho
From: cnwietho@immd4.informatik.uni-erlangen.de (Carsten Wiethoff)
Subject: Re: You _CAN_ "stringize" tokens in (some) K&R pre-processors
Message-ID: <1991Apr3.193750.14282@informatik.uni-erlangen.de>
Organization: CSD., University of Erlangen, Germany
References: <15677@smoke.brl.mil>
Date: Wed, 3 Apr 1991 19:37:50 GMT
Lines: 9

I prefer

#define QUOTE(x) "x
#define STRINGINIZE(x) QUOTE(x)"

which does not have the problem with spaces before x.

Carsten Wiethoff		| cnwietho@immd4.informatik.uni-erlangen.de

