On 11/11/2016 02:15 PM, David Malcolm wrote:
An earlier version of this was approved by Bernd as:
  https://gcc.gnu.org/ml/gcc-patches/2016-10/msg00280.html
and the changes since then probably fall under the "obvious" rule.

gcc/ChangeLog:
        * read-md.c (rtx_reader::require_char): New method.
        (require_char_ws): Convert from function to...
        (rtx_reader::require_char_ws): ...method.
        (rtx_reader::require_word_ws): New method.
        * read-md.h (rtx_reader::require_char): New method decl.
        (require_char_ws): Remove global decl in favor of...
        (rtx_reader::require_char_ws): ...new method decl.
        (rtx_reader::require_word_ws): New method decl.
        (rtx_reader::peek_char): New method decl.
OK as well.

jeff

Reply via email to