From baed53ac34be7516b226afc7ffd033e4aef3c67e Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Tue, 10 Jul 2001 18:07:41 +0000 Subject: [PATCH] * tm.texi: Fix markup. From-SVN: r43907 --- gcc/doc/tm.texi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 6415c119061..adf9870789c 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -5982,8 +5982,7 @@ the character @samp{;} is treated as a logical line separator. @end table @deftypevr {Target Hook} {const char *} TARGET_ASM_OPEN_PAREN -@end deftypevr -@deftypevr {Target Hook} {const char *} TARGET_ASM_CLOSE_PAREN +@deftypevrx {Target Hook} {const char *} TARGET_ASM_CLOSE_PAREN These target hooks are C string constants, describing the syntax in the assembler for grouping arithmetic expressions. If not overridden, they default to normal parentheses, which is correct for most assemblers. -- 2.30.2