diff options
author | Arsen Arsenović <arsen@aarsen.me> | 2023-07-17 23:17:07 +0200 |
---|---|---|
committer | Arsen Arsenović <arsen@gcc.gnu.org> | 2023-07-17 23:21:45 +0200 |
commit | 790fef14ba8e4c4c5fe3d5c5a8237347dc52f4d6 (patch) | |
tree | 08788711d35b0ebf9050e1b49f5c370a134317b2 | |
parent | c7ac1de5f5c561b2d90c084a638c232d322d54e6 (diff) | |
download | gcc-790fef14ba8e4c4c5fe3d5c5a8237347dc52f4d6.zip gcc-790fef14ba8e4c4c5fe3d5c5a8237347dc52f4d6.tar.gz gcc-790fef14ba8e4c4c5fe3d5c5a8237347dc52f4d6.tar.bz2 |
extend.texi: index __auto_type
gcc/ChangeLog:
* doc/extend.texi: Add @cindex on __auto_type.
-rw-r--r-- | gcc/doc/extend.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 093bd97..ec9ffa3 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -843,6 +843,7 @@ Thus, @code{array (pointer (char), 4)} is the type of arrays of 4 pointers to @code{char}. @end itemize +@cindex @code{__auto_type} in GNU C In GNU C, but not GNU C++, you may also declare the type of a variable as @code{__auto_type}. In that case, the declaration must declare only one variable, whose declarator must just be an identifier, the |