From 1f95326c132230ef3abfb64e16f19bdf20cbdd0b Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Tue, 21 May 2002 22:26:18 +0000 Subject: * doc/tm.texi: Fix typo. From-SVN: r53704 --- gcc/doc/tm.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/doc') 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 -- cgit v1.1