aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-06-09 00:00:04 +0000
committerAlan Modra <amodra@gmail.com>2000-06-09 00:00:04 +0000
commit63a0b638d4552518d5657938ae13032f95b1c7c3 (patch)
treece40bbc1e6410df6c6f91fb84acd87beefeb7257 /gas/doc
parent9bab93495ab3f23df75d48b1a447361731faac5e (diff)
downloadgdb-63a0b638d4552518d5657938ae13032f95b1c7c3.zip
gdb-63a0b638d4552518d5657938ae13032f95b1c7c3.tar.gz
gdb-63a0b638d4552518d5657938ae13032f95b1c7c3.tar.bz2
Don't treat `;' as a line separator by default.
Explicitly mention `;' in line_separator_chars in each backend.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/internals.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/internals.texi b/gas/doc/internals.texi
index f8374f9..2806fc6 100644
--- a/gas/doc/internals.texi
+++ b/gas/doc/internals.texi
@@ -912,7 +912,7 @@ comment when they appear at the start of a line.
@item line_separator_chars
@cindex line_separator_chars
This is a null terminated @code{const char} array of characters which separate
-lines (semicolon and newline are such characters by default, and need not be
+lines (null and newline are such characters by default, and need not be
listed in this array). Note that line_separator_chars do not separate lines
if found in a comment, such as after a character in line_comment_chars or
comment_chars.