mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 17:40:49 +00:00
C4x: use is_end_of_stmt()
... instead of open-coding it.
This commit is contained in:
@@ -1010,7 +1010,7 @@ tic4x_sect (int x ATTRIBUTE_UNUSED)
|
||||
recognised and scanning extends into the next line, stopping with
|
||||
an error (blame Volker Kuhlmann <v.kuhlmann@elec.canterbury.ac.nz>
|
||||
if this is not true). */
|
||||
if (is_end_of_line[(unsigned char) c])
|
||||
if (is_end_of_stmt (c))
|
||||
*(--input_line_pointer) = c;
|
||||
|
||||
demand_empty_rest_of_line ();
|
||||
|
||||
Reference in New Issue
Block a user