On Wed, 16 Jan 2002, Steve Fink 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.

K&R says that this is an OK thing to do.

Alex Gough

Reply via email to