Skip to content
Snippets Groups Projects
Commit 46ecb1f0 authored by wlott's avatar wlott
Browse files

Change negate static function to %negate to be consistent.

parent 9fceea71
No related branches found
No related tags found
No related merge requests found
......@@ -320,4 +320,4 @@
(define-static-function two-arg-= (x y) :translate =)
(define-static-function two-arg-/= (x y) :translate /=)
(define-static-function negate (x) :translate -)
(define-static-function %negate (x) :translate %negate)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment