extern-inline: avoid compilation error with HP-UX cc
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Feb 2013 01:16:30 +0000 (17:16 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Feb 2013 01:17:08 +0000 (17:17 -0800)
commit38e8c084b95e98c4e763df8cfc43a141aa93fc5f
tree9e7c6487eb23b705f2200ab17e5abdba8edebb81
parenta828bb24ee96386201c4236ea917677b6c536c7d
extern-inline: avoid compilation error with HP-UX cc

Reported by Richard Lloyd in
<http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
* m4/extern-inline.m4 (_GL_INLINE, _GL_EXTERN_INLINE):
Suppress extern inline with HP-UX cc.  This should be safe,
though it may hurt performance.  Perhaps someone with some HP-UX
experience can come up with a higher-performance fix.
ChangeLog
m4/extern-inline.m4