From 790fef14ba8e4c4c5fe3d5c5a8237347dc52f4d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arsen=20Arsenovi=C4=87?= Date: Mon, 17 Jul 2023 23:17:07 +0200 Subject: extend.texi: index __auto_type gcc/ChangeLog: * doc/extend.texi: Add @cindex on __auto_type. --- gcc/doc/extend.texi | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc') 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 -- cgit v1.1