]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/doc/gcc/c-implementation-defined-behavior/declarators.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / gcc / doc / gcc / c-implementation-defined-behavior / declarators.rst
CommitLineData
c63539ff
ML
1..
2 Copyright 1988-2022 Free Software Foundation, Inc.
3 This is part of the GCC manual.
4 For copying conditions, see the copyright.rst file.
5
6.. _declarators-implementation:
7
8Declarators
9***********
10
11* The maximum number of declarators that may modify an arithmetic,
12 structure or union type (C90 6.5.4).
13
3ed1b4ce 14 GCC is only limited by available memory.