bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

XALLOC_INLINE static on HP-UX?


From: Karl Berry
Subject: XALLOC_INLINE static on HP-UX?
Date: Mon, 18 Feb 2013 22:42:55 GMT

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

[Prev in Thread] Current Thread [Next in Thread]