summaryrefslogtreecommitdiff
path: root/share/doc/gcc-linaro-aarch64-linux-gnu/html/gcc/Subscripting.html
diff options
context:
space:
mode:
Diffstat (limited to 'share/doc/gcc-linaro-aarch64-linux-gnu/html/gcc/Subscripting.html')
-rw-r--r--share/doc/gcc-linaro-aarch64-linux-gnu/html/gcc/Subscripting.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/gcc-linaro-aarch64-linux-gnu/html/gcc/Subscripting.html b/share/doc/gcc-linaro-aarch64-linux-gnu/html/gcc/Subscripting.html
index f4eeed8..989c909 100644
--- a/share/doc/gcc-linaro-aarch64-linux-gnu/html/gcc/Subscripting.html
+++ b/share/doc/gcc-linaro-aarch64-linux-gnu/html/gcc/Subscripting.html
@@ -56,8 +56,8 @@ Up:&nbsp;<a rel="up" accesskey="u" href="C-Extensions.html#C-Extensions">C Exten
<h3 class="section">6.22 Non-Lvalue Arrays May Have Subscripts</h3>
-<p><a name="index-subscripting-2467"></a><a name="index-arrays_002c-non_002dlvalue-2468"></a>
-<a name="index-subscripting-and-function-values-2469"></a>In ISO C99, arrays that are not lvalues still decay to pointers, and
+<p><a name="index-subscripting-2469"></a><a name="index-arrays_002c-non_002dlvalue-2470"></a>
+<a name="index-subscripting-and-function-values-2471"></a>In ISO C99, arrays that are not lvalues still decay to pointers, and
may be subscripted, although they may not be modified or used after
the next sequence point and the unary &lsquo;<samp><span class="samp">&amp;</span></samp>&rsquo; operator may not be
applied to them. As an extension, GCC allows such arrays to be