Commit b6fb43ab by Neil Booth Committed by Neil Booth

cpp.texi: Update for traditional preprocessing changes.

	* doc/cpp.texi: Update for traditional preprocessing changes.
	* goc/cppopts.texi: Similarly.

From-SVN: r55194
parent c680d2b6
2002-07-02 Neil Booth <neil@daikokuya.co.uk>
* doc/cpp.texi: Update for traditional preprocessing changes.
* goc/cppopts.texi: Similarly.
2002-07-02 Ziemowit Laski <zlaski@apple.com> 2002-07-02 Ziemowit Laski <zlaski@apple.com>
* c-parse.in (designator): Enable designated initializers if ObjC. * c-parse.in (designator): Enable designated initializers if ObjC.
......
...@@ -551,10 +551,10 @@ Define the macros @sc{__gnuc__}, @sc{__gnuc_minor__} and ...@@ -551,10 +551,10 @@ Define the macros @sc{__gnuc__}, @sc{__gnuc_minor__} and
@command{gcc -E}; you can turn them off in that case with @command{gcc -E}; you can turn them off in that case with
@option{-no-gcc}. @option{-no-gcc}.
@item -traditional @item -traditional-cpp
@opindex traditional @opindex traditional-cpp
Try to imitate the behavior of old-fashioned C, as opposed to ISO Try to imitate the behavior of old-fashioned C preprocessors, as
C@. opposed to ISO C preprocessors.
@ifset cppmanual @ifset cppmanual
@xref{Traditional Mode}. @xref{Traditional Mode}.
@end ifset @end ifset
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment