* gasp.c (include_print_where_line): Always subtract 1 from
authorIan Lance Taylor <ian@airs.com>
Fri, 18 Aug 1995 15:09:57 +0000 (15:09 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 18 Aug 1995 15:09:57 +0000 (15:09 +0000)
commitf8d6e6cd08b07dcd03568b43ae46853248bec573
treeef8bd121758a29d4c88b825e29279db3c2415ab7
parentb4ec75e09f7b1d80a5252ecc236e1b92660bce7e
* gasp.c (include_print_where_line): Always subtract 1 from
linecount before printing it.
(process_file): In MRI mode, lines beginning with '*' or '!' are
comments.
(do_reg): In MRI mode, don't require parentheses.
(do_include): In MRI mode, don't requires quotes.  If the file can
not be found in the include path, try opening it in the current
directory.  Print the file name correctly in the error message.
(chartype_init): In MRI mode, set FIRSTBIT for '.'.
(main): Set comment_char to ';' when entering MRI mode.
gas/ChangeLog
gas/gasp.c