Lines Matching full:iso
195 C preprocessor, which provides a small superset of the features of ISO
199 of a program which does not expect them. To get strict ISO Standard C,
204 This manual describes the behavior of the ISO preprocessor. To
205 minimize gratuitous differences, where the ISO preprocessor's behavior
234 character set. It must be isomorphic with ISO 10646, also known as
308 that are defined by ISO C to stand for single characters. They
1661 signify that this compiler conforms to ISO Standard C. If GNU CPP
1786 `-std' switch specifying strict conformance to some version of ISO
1838 handled according to the ISO C99 standard. In this mode an
3130 The ISO standard specifies that it is implementation defined whether
3274 Just as for the ISO preprocessor, what would be a closing quote can
3283 The major difference between traditional and ISO macros is that the
3302 The ISO stringification operator `#' and token paste operator `##'
3323 behavior to their ISO counterparts. Their arguments are contained
3379 directives in traditional mode that it supports in ISO mode,
3399 does not warn about features of ISO C which you must use when you are
3406 string literals, but does not in ISO C.
3419 some traditional preprocessors this was an error. In ISO C it
3938 traditional and ISO C. Also warn about ISO C constructs that have
4140 The ISO C standard from 1990. `c89' is the customary
4152 The revised ISO C standard, published in December 1999.
4163 The 1998 ISO C++ standard plus amendments.
4410 opposed to ISO C preprocessors. *Note Traditional Mode::.