Paul Eggert writes: > > For cycle-check.h I'd think this wouldn't be a problem, since > cycle-check.h uses this Autoconf-recommended sequence: > > # if HAVE_INTTYPES_H > # include <inttypes.h> > # endif > # if HAVE_STDINT_H > # include <stdint.h> > # endif
I don't understand that recommendation. Since <inttypes.h> is supposed to #include <stdint.h>, why isn't the recommendation: # if HAVE_INTTYPES_H # include <inttypes.h> # elif HAVE_STDINT_H # include <stdint.h> # endif ??? -Larry Jones I'm writing you a message in code. How do you spell "nincompoop"? -- Calvin