Rename common to gdbsupport
[deliverable/binutils-gdb.git] / gdb / parse.c
index 52f29757231c92e416821b3d550da46329a9aabb..a1ab75297a161e07d579c644d52662fa09e9fd23 100644 (file)
@@ -50,7 +50,7 @@
 #include "objfiles.h"
 #include "user-regs.h"
 #include <algorithm>
-#include "common/gdb_optional.h"
+#include "gdbsupport/gdb_optional.h"
 
 /* Standard set of definitions for printing, dumping, prefixifying,
  * and evaluating expressions.  */
@@ -857,7 +857,6 @@ operator_length_standard (const struct expression *expr, int endpos,
     case UNOP_CHR:
     case UNOP_FLOAT:
     case UNOP_HIGH:
-    case UNOP_KIND:
     case UNOP_ODD:
     case UNOP_ORD:
     case UNOP_TRUNC:
This page took 0.025282 seconds and 4 git commands to generate.