From 6f9af58e183e40a3c876230e41c3221155e4dcc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 30 Jun 2022 07:07:11 +0200 Subject: C parser minor cleanup. --- module/c/operators.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/c/operators.scm') 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) -- cgit v1.2.3