aboutsummaryrefslogtreecommitdiff
path: root/gdb/expression.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/expression.h')
-rw-r--r--gdb/expression.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/expression.h b/gdb/expression.h
index 8a6cf4b..8c34642 100644
--- a/gdb/expression.h
+++ b/gdb/expression.h
@@ -52,6 +52,7 @@ enum exp_opcode
BINOP_MUL, /* * */
BINOP_DIV, /* / */
BINOP_REM, /* % */
+ BINOP_MOD, /* mod (Knuth 1.2.4) */
BINOP_LSH, /* << */
BINOP_RSH, /* >> */
BINOP_LOGICAL_AND, /* && */