proc-events.c: fix compilation on Solaris
[deliverable/binutils-gdb.git] / gdb / tid-parse.c
index 84e9bfe4b99c795a5b74a5a9c26fa855577f848b..94967a5ab38cc431b037b56fe965baba2e5137bf 100644 (file)
@@ -1,6 +1,6 @@
 /* TID parsing for GDB, the GNU debugger.
 
-   Copyright (C) 2015-2017 Free Software Foundation, Inc.
+   Copyright (C) 2015-2018 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -229,7 +229,7 @@ tid_range_parser::get_tid_or_range (int *inf_num,
        {
          /* Setup the number range parser to return numbers in the
             whole [1,INT_MAX] range.  */
-         m_range_parser.setup_range (1, INT_MAX, skip_spaces_const (p + 1));
+         m_range_parser.setup_range (1, INT_MAX, skip_spaces (p + 1));
          m_state = STATE_STAR_RANGE;
        }
       else
This page took 0.025349 seconds and 4 git commands to generate.