From 1b9ca7b4d7a2a99c0bbf9383094020ded65c2cfe Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 26 Jul 2014 12:26:43 -0700 Subject: 3 - don't rely too much on arc I'm dismissing symbols as 'a simple matter of assembling'. --- mu.arc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mu.arc b/mu.arc index 2ade5175..a93e2bc7 100644 --- a/mu.arc +++ b/mu.arc @@ -64,10 +64,10 @@ (not (memory* arg.0.1))) eq (= (memory* oarg.0.1) - (iso (memory* arg.0.1) (memory* arg.1.1))) + (is (memory* arg.0.1) (memory* arg.1.1))) neq (= (memory* oarg.0.1) - (~iso (memory* arg.0.1) (memory* arg.1.1))) + (~is (memory* arg.0.1) (memory* arg.1.1))) lt (= (memory* oarg.0.1) (< (memory* arg.0.1) (memory* arg.1.1))) -- cgit 1.4.1-2-gfad0 optgroup> Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log blame commit diff stats
path: root/tests/functionaltests/proftest.h
blob: 5d06c74cbc8261527bda5d4d4209338f5155aaad (plain) (tree)
1
2
3
4
5
6
7
8
9