diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2002-05-21 22:26:18 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2002-05-21 22:26:18 +0000 |
commit | 1f95326c132230ef3abfb64e16f19bdf20cbdd0b (patch) | |
tree | 36bcf5b9c485aad67abe255db62e780565df4d20 /gcc/doc | |
parent | 2a1dc0d87ed40633451c634b567a37f15e93abb5 (diff) | |
download | gcc-1f95326c132230ef3abfb64e16f19bdf20cbdd0b.zip gcc-1f95326c132230ef3abfb64e16f19bdf20cbdd0b.tar.gz gcc-1f95326c132230ef3abfb64e16f19bdf20cbdd0b.tar.bz2 |
* doc/tm.texi: Fix typo.
From-SVN: r53704
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/tm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 3d32142..fd912c7 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -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 |