Home | History | Annotate | Download | only in info

Lines Matching full:c89

154 in both its forms, is commonly known as "C89", or occasionally as
157 standard in GCC, use one of the options `-ansi', `-std=c89' or
191 language explicitly with `-std=gnu89' (for C89 with GNU extensions) or
196 extensions in C89 mode.
1342 `c89'
1402 only in C99 or gnu99 mode, not in C89 or gnu89 mode.
3483 not count the trailing NUL. In C89, the limit was 509 characters;
6520 `c89'
6521 The ISO C standard from 1990. `c89' is the customary
6524 The `-ansi' option is equivalent to `-std=c89'.
14214 Some features that are in ISO C99 but not C89 or C++ are also, as
14215 extensions, accepted by GCC in C89 mode and in C++.
14815 and as an extension GCC supports them in C89 mode and in C++. Simply
14845 supports them in C89 mode and in C++, and supports complex integer data
14937 in C89 mode (except in some cases when strictly conforming) and in C++.
15055 extension GCC accepts them in C89 mode and in C++. (However, GCC's
15201 them. As an extension, GCC allows such arrays to be subscripted in C89
15203 For example, this is valid in GNU C though not valid in C89:
15257 literals in C89 mode and in C++.
15311 Standard C89 requires the elements of an initializer to appear in a
15317 an extension in C89 mode as well. This extension is not implemented in
15483 C89 mode. For example, you could do:
16707 `-std=c89').
20416 Outside strict ISO C mode (`-ansi', `-std=c89' or `-std=c99'), the
20428 prefixed with `__builtin_', which may be used even in strict C89 mode.
20457 functions except in strict ISO C90 mode (`-ansi' or `-std=c89').
20473 except in strict ISO C90 mode (`-ansi' or `-std=c89').
26891 character sequences. (In strict C89 mode, the sequences `p+',
31931 * ANSI C89: Standards. (line 6)
32008 * C89: Standards. (line 6)