Mail Archives: djgpp/1993/05/18/05:57:57
Michael Sperber [Mr. Preprocessor] writes:
> Andy Vaught wrote:
>
> >#define stringize(x) # x
> >#define QSIZE 50
>
> ... What is needed is:
>
> #define magic_stringize(x) x
> #define stringize(x) # x
Slight slip of the keyboard... amend that to
#define magic_stringize(x) stringize(x)
#define stringize(x) # x
(Yes, I tested it.)
Peter
--
Peter Stephenson <pws AT s-a DOT amtp DOT liv DOT ac DOT uk> or <PWS AT UKACRL> (BITNET)
Dept. of Applied Mathematics and Theoretical Physics
University of Liverpool, P.O. Box 147, Liverpool, L69 3BX, U.K.
Tel. +44 51 794 3784 (also fax) or 3791
- Raw text -