Module idx

2022-04-12 Thread Marc Nieper-Wißkirchen
I am wondering how to print (using printf) values of type idx_t reliably without assuming that idx_t == ptrdiff_t and without conversion to uintptr_t. Would it make sense to add PRIxxx and SCNxxx macros (as those found in inttypes.h) to idx.h? Thanks, Marc

Re: Module idx

2022-04-12 Thread Bruno Haible
Hello Marc, > I am wondering how to print (using printf) values of type idx_t > reliably without assuming that idx_t == ptrdiff_t and without > conversion to uintptr_t. > > Would it make sense to add PRIxxx and SCNxxx macros (as those found in > inttypes.h) to idx.h? You can certainly add such m

Re: gl_CONDITIONAL & AM_CONDITIONAL

2022-04-12 Thread Bruce Korb
Hi Bruno, On 4/11/22 17:24, Bruno Haible wrote: > All these macros GL_GENERATE_*, GL_COND_*, gl_CONDITIONAL are > undocumented. Therefore you don't need to learn about them; > all you need is to give a "How to reproduce" to allow us > debugging the problem. > > So: >- What git repository / br