aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/tm.texi
diff options
context:
space:
mode:
authorNeil Booth <neil@gcc.gnu.org>2001-07-09 06:17:25 +0000
committerNeil Booth <neil@gcc.gnu.org>2001-07-09 06:17:25 +0000
commit8ca83838ab75dce52badff6c20ad507cbb38200e (patch)
tree91ec214d3d02053a91a0d12091d1cdf92fdca7ef /gcc/doc/tm.texi
parent17b53c33a29e8a50032a3d7b915cf1a7c0519670 (diff)
downloadgcc-8ca83838ab75dce52badff6c20ad507cbb38200e.zip
gcc-8ca83838ab75dce52badff6c20ad507cbb38200e.tar.gz
gcc-8ca83838ab75dce52badff6c20ad507cbb38200e.tar.bz2
* tm.texi: Fix markup.
From-SVN: r43857
Diffstat (limited to 'gcc/doc/tm.texi')
-rw-r--r--gcc/doc/tm.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 1677ffd..665ce35 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -5981,11 +5981,13 @@ If you do not define this macro, the default is that only
the character @samp{;} is treated as a logical line separator.
@end table
-@deftypevar {Target Hook} {const char *} TARGET_ASM_OPEN_PAREN
-@deftypevar {Target Hook} {const char *} TARGET_ASM_CLOSE_PAREN
+@deftypevr {Target Hook} {const char *} TARGET_ASM_OPEN_PAREN
+@end deftypevr
+@deftypevr {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.
+@end deftypevr
These macros are provided by @file{real.h} for writing the definitions
of @code{ASM_OUTPUT_DOUBLE} and the like: