Hello gnulib,

Richard Lloyd (cc'd) reported this to bug-texinfo:

  * gnulib/lib/xalloc.h:
    XALLOC_INLINE needed to be be defined as static (rather than extern
    inline) to avoid multiple defintions of *alloc() routines. I just
    put this in xalloc.h as follows (line 30):

  #ifdef __hpux
  #undef XALLOC_INLINE
  #define XALLOC_INLINE static
  #endif

Whether the change is acceptable to you-all, I would not venture to
guess :), so passing it on for your consideration.

Thanks,
karl

Reply via email to