doc: don't push 'static inline'
commit79c4c50fc754d742286706b4db5ed8ce2a0de925
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 30 Jun 2013 00:49:27 +0000 (29 17:49 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 30 Jun 2013 00:49:44 +0000 (29 17:49 -0700)
tree2551f655d4d9a53e241edb5a34da29df2fd4d980
parent3d9fa1399e13b8a37c9ace6d812521d51995d95f
doc: don't push 'static inline'

* doc/autoconf.texi (Function Portability): Use plain 'static',
not 'static inline', in example.  These days, 'static' is enough;
optimizing compilers can figure out the 'inline' on their own.
doc/autoconf.texi