Commit 1f95326c by Neil Booth Committed by Neil Booth

* doc/tm.texi: Fix typo.

From-SVN: r53704
parent 2a1dc0d8
2002-05-21 Neil Booth <neil@daikokuya.demon.co.uk>
* doc/tm.texi: Fix typo.
2002-05-21 Zack Weinberg <zack@codesourcery.com>
* c-common.c (c_common_init): Set options->unsigned_char from
......
......@@ -587,7 +587,7 @@ Here are run-time target specifications.
@item TARGET_CPU_CPP_BUILTINS()
This function-like macro expands to a block of code that defines
built-in preprocessor macros and assertions for the target cpu, using
the functions @code{builtin_macro}, @code{builtin_macro_std} and
the functions @code{builtin_define}, @code{builtin_define_std} and
@code{builtin_assert} declared in @file{c-lex.h}. When the front end
calls this macro it provides a trailing semicolon, and since it has
finished command line option processing your code can use those
......
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