From e24962104b203bd699ed3cfa2f30402a1268f9f8 Mon Sep 17 00:00:00 2001 From: Teddy Date: Thu, 8 Aug 2013 22:40:05 +0800 Subject: change the name from CONS_OBJ to PAIR_OBJ --- builtin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin.cpp') diff --git a/builtin.cpp b/builtin.cpp index 72efb37..56ed81c 100644 --- a/builtin.cpp +++ b/builtin.cpp @@ -1282,7 +1282,7 @@ BUILTIN_PROC_DEF(is_equal) { return new BoolObj(false); if (a == empty_list) continue; - if (otype & CLS_CONS_OBJ) + if (otype & CLS_PAIR_OBJ) { *r1 = TO_PAIR(a)->car; INC1(r1); -- cgit v1.2.3