From 63a0b638d4552518d5657938ae13032f95b1c7c3 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 9 Jun 2000 00:00:04 +0000 Subject: Don't treat `;' as a line separator by default. Explicitly mention `;' in line_separator_chars in each backend. --- gas/doc/internals.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/doc/internals.texi') 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. -- cgit v1.1