On Wed, 16 Jan 2002, Steve Fink wrote: > On Wed, Jan 16, 2002 at 11:11:10AM -0500, Andy Dougherty wrote:
> > - fprintf(stderr," *** size %d\n",key->size); > > + fprintf(stderr," *** size " INTVAL_FMT "\n",key->size); > > That's what I've been doing in my local copy, but is that portable? I > seem to remember that some preprocessors require strange tricks to > concatenate strings. Yes, it's portable enough. (It is what current bleadperl uses.) Your memory is correct, however, in that K&R-era pre-processers did indeed require quite strange tricks, and Configure used to try to find the best one. -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042