OSDN Git Service

* tm.texi: Fix markup.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Jul 2001 06:17:25 +0000 (06:17 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Jul 2001 06:17:25 +0000 (06:17 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43857 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/doc/tm.texi

index 1677ffd..665ce35 100644 (file)
@@ -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: