K 10 svn:author V 6 obrien K 8 svn:date V 27 2003-06-02T02:41:38.000000Z K 7 svn:log V 271 Don't use ## to concatinate to two things that don't together make a C token. Two tokens that don't together form a vaid preprocssor token cannot be pasted together using ANSI-C token concatinatation. GCC 3.2's cpp, at least, produces the desired result w/o using "##". END