summaryrefslogtreecommitdiff
path: root/doc/gnulib.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-06-18 14:23:03 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2013-06-18 14:23:25 -0700
commit68f90afdb82204c27a50e7bce169d2b3795a1ddd (patch)
tree3f53105d11e4e347f7287e0b29e38c829f589dd0 /doc/gnulib.texi
parente9960fb610471ae5f92f555cd013084197ff3db8 (diff)
downloadgnulib-68f90afdb82204c27a50e7bce169d2b3795a1ddd.tar.gz
doc: document extern-inline
* doc/extern-inline.texi: New file. * doc/gnulib.texi (alloca-opt): Include it. * m4/extern-inline.m4: Move some comments to documentation, and others closer to what they describe.
Diffstat (limited to 'doc/gnulib.texi')
-rw-r--r--doc/gnulib.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/gnulib.texi b/doc/gnulib.texi
index de39a44643..1ff7720d59 100644
--- a/doc/gnulib.texi
+++ b/doc/gnulib.texi
@@ -6679,6 +6679,7 @@ This list of functions is sorted according to the header that declares them.
* Safe Allocation Macros::
* Compile-time Assertions::
* Integer Properties::
+* extern inline::
* String Functions in C Locale::
* Quoting::
* error and progname::
@@ -6712,6 +6713,8 @@ This list of functions is sorted according to the header that declares them.
@include intprops.texi
+@include extern-inline.texi
+
@node String Functions in C Locale
@section Character and String Functions in C Locale