>From 892601806bc71311834909d103f6fb7d2021ebf0 Mon Sep 17 00:00:00 2001 From: Benutzer Date: Sat, 13 Jun 2015 13:06:49 +0200 Subject: [PATCH] Remove obsolete code. --- chicken.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/chicken.h b/chicken.h index 2545318..741fd4a 100644 --- a/chicken.h +++ b/chicken.h @@ -2063,18 +2063,12 @@ C_inline C_word *C_a_i(C_word **a, int n) #endif C_inline C_word -C_mutate(C_word *slot, C_word val) +C_mutate2(C_word *slot, C_word val) { if(!C_immediatep(val)) return C_mutate_slot(slot, val); else return *slot = val; } -C_inline C_word -C_mutate2(C_word *slot, C_word val) /* OBSOLETE */ -{ - if(!C_immediatep(val)) return C_mutate_slot(slot, val); - else return *slot = val; -} C_inline C_word C_permanentp(C_word x) { -- 2.1.4