aboutsummaryrefslogtreecommitdiff
path: root/module/c/operators.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/c/operators.scm')
-rw-r--r--module/c/operators.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/c/operators.scm b/module/c/operators.scm
index 131c702c..910dc8a9 100644
--- a/module/c/operators.scm
+++ b/module/c/operators.scm
@@ -11,7 +11,7 @@
;; apparently part of C
;; https://en.cppreference.com/w/cpp/language/operator_alternative
(define wordy-binary-operators
- '(bitand and_eq and bitor or_eq or xor_eq xor))
+ '(bitand and_eq and bitor or_eq or xor_eq xor not_eq))
(define symbol-binary-operators
(append (map (lambda (x) (symbol-append x '=)) simple-operators)