diff --git a/src/Eval.cpp b/src/Eval.cpp index 80aa5efb2..0963eb9ef 100644 --- a/src/Eval.cpp +++ b/src/Eval.cpp @@ -59,7 +59,7 @@ static struct { "_hastag_", 9, 'b', 'l'}, // +tag [Pseudo-op] { "_notag_", 9, 'b', 'l'}, // -tag [Pseudo-op] -// { "-", 15, 'u', 'r' }, // Unary minus + { "-", 15, 'u', 'r' }, // Unary minus { "*", 13, 'b', 'l' }, // Multiplication { "/", 13, 'b', 'l' }, // Division { "%", 13, 'b', 'l' }, // Modulus