diff options
| author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-10 18:07:41 +0000 |
|---|---|---|
| committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-10 18:07:41 +0000 |
| commit | 9d683ac834f075fef4d24e682f94a421f45c11f4 (patch) | |
| tree | 786e02c67ab5a90f748e9d731437e8df81065a11 | |
| parent | 8060cd6963eb04052f752b5eb5ed28206fbc113b (diff) | |
| download | ppe42-gcc-9d683ac834f075fef4d24e682f94a421f45c11f4.tar.gz ppe42-gcc-9d683ac834f075fef4d24e682f94a421f45c11f4.zip | |
* tm.texi: Fix markup.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43907 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/doc/tm.texi | 3 |
1 files changed, 1 insertions, 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. |

