import gdb-1999-10-11 snapshot
This commit is contained in:
parent
50a6e31f58
commit
2df3850c7b
68 changed files with 14667 additions and 511 deletions
|
@ -389,8 +389,6 @@ const struct op_print c_op_print_tab[] =
|
|||
{"sizeof ", UNOP_SIZEOF, PREC_PREFIX, 0},
|
||||
{"++", UNOP_PREINCREMENT, PREC_PREFIX, 0},
|
||||
{"--", UNOP_PREDECREMENT, PREC_PREFIX, 0},
|
||||
/* C++ */
|
||||
{"::", BINOP_SCOPE, PREC_PREFIX, 0},
|
||||
{NULL, 0, 0, 0}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue