Rename _const functions to use overloading instead
[deliverable/binutils-gdb.git] / gdb / minsyms.c
index 69b9e403eaa6afe84c486def341e7aa9cf753678..37edbd8e8273cab7c59722375bab8f7be2e90f9c 100644 (file)
@@ -90,7 +90,7 @@ msymbol_hash_iw (const char *string)
 
   while (*string && *string != '(')
     {
-      string = skip_spaces_const (string);
+      string = skip_spaces (string);
       if (*string && *string != '(')
        {
          hash = SYMBOL_HASH_NEXT (hash, *string);
This page took 0.033411 seconds and 4 git commands to generate.