Rename _const functions to use overloading instead
[deliverable/binutils-gdb.git] / gdb / rust-exp.y
index 5d999942111eed2b1ef5d32c23c9f283c05b3620..88c6623de138df83a742ff42072ba5ee9ad243bf 100644 (file)
@@ -1515,7 +1515,7 @@ lex_number (void)
   gdb_assert (subexps[0].rm_eo > 0);
   if (lexptr[subexps[0].rm_eo - 1] == '.')
     {
-      const char *next = skip_spaces_const (&lexptr[subexps[0].rm_eo]);
+      const char *next = skip_spaces (&lexptr[subexps[0].rm_eo]);
 
       if (rust_identifier_start_p (*next) || *next == '.')
        {
This page took 0.0237 seconds and 4 git commands to generate.