PR exp/13206:
[deliverable/binutils-gdb.git] / gdb / parse.c
index 1f9addf79d9f044ba98b757825cfcb20b9a472d4..269d8fca5f38e48e82832a1fef7cfe338bc7595e 100644 (file)
@@ -938,6 +938,8 @@ operator_length_standard (const struct expression *expr, int endpos,
     case UNOP_ODD:
     case UNOP_ORD:
     case UNOP_TRUNC:
+    case OP_TYPEOF:
+    case OP_DECLTYPE:
       oplen = 1;
       args = 1;
       break;
This page took 0.023708 seconds and 4 git commands to generate.