Move __SIGRTMIN.
[deliverable/binutils-gdb.git] / gdb / p-lang.c
index 516dd93b41824bd5e1d5b94338f9c05735a234a8..df6df22055017c920cbf5881481b8bc58b8fb34c 100644 (file)
@@ -339,7 +339,7 @@ const struct op_print pascal_op_print_tab[] =
   {"^", UNOP_IND, PREC_SUFFIX, 1},
   {"@", UNOP_ADDR, PREC_PREFIX, 0},
   {"sizeof", UNOP_SIZEOF, PREC_PREFIX, 0},
-  {NULL, 0, 0, 0}
+  {NULL, OP_NULL, PREC_PREFIX, 0}
 };
 \f
 enum pascal_primitive_types {
This page took 0.023809 seconds and 4 git commands to generate.