K 10 svn:author V 4 jeff K 8 svn:date V 27 2009-01-25T07:35:10.389343Z K 7 svn:log V 299 - Use __XSTRING where I want the define to be expanded. This resulted in sizeof("MAXCPU") being used to calculate a string length rather than something more reasonable such as sizeof("32"). This shouldn't have caused any ill effect until we run on machines with 1000000 or more cpus. END