Replace ../include/wait.h with gdb_wait.h.
[deliverable/binutils-gdb.git] / gdb / ch-exp.c
index 1b22e257b9bac20d1df6c8c35947560de8f3a827..78924756ef383e01d58d48ceb2ff6fdbe6397252 100644 (file)
@@ -2192,8 +2192,8 @@ ch_lex ()
            case LOC_OPTIMIZED_OUT:
              error ("Symbol \"%s\" names no location.", inputname);
              break;
-           case LOC_UNRESOLVED:
-             error ("unhandled SYMBOL_CLASS in ch_lex()");
+           default:
+             internal_error ("unhandled SYMBOL_CLASS in ch_lex()");
              break;
            }
        }
This page took 0.023566 seconds and 4 git commands to generate.