]> Savannah Git Hosting - gnulib.git/commit
argp: fix port of port new 'inline' approach to Sun C 5.12 + Solaris 10
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 28 Dec 2012 02:56:26 +0000 (18:56 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 28 Dec 2012 02:56:56 +0000 (18:56 -0800)
commit2f34c96410ed6ec496cd128d03e3a0026c20d104
tree2fd2cbc0601006873d19feafb289ed1bd9e403e5
parent282db4057ce2b740ccca811e0fbc63465ab07e57
argp: fix port of port new 'inline' approach to Sun C 5.12 + Solaris 10

The earlier patch forgot to update one of the #if conditions, causing
a problem on Debian testing i386 reported by Mats Erik Andersson
<http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00124.html>.
* lib/argp-fmtstream.h (__argp_fmtstream_putc, argp_fmtstream_putc)
(__argp_fmtstream_puts, argp_fmtstream_puts)
(__argp_fmtstream_write, argp_fmtstream_write)
[!_LIBC && !__OPTIMIZE__]: Declare as ARGP_FS_EI, not as extern.
ChangeLog
lib/argp-fmtstream.h