From 514eaef70f6204edfe59da70cb072736a92987e2 Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Sun, 5 Feb 2023 10:23:50 -0800 Subject: [PATCH] forgot to save --- implementations/C/joy.h | 1 - 1 file changed, 1 deletion(-) diff --git a/implementations/C/joy.h b/implementations/C/joy.h index 6a9822a..4a7136c 100644 --- a/implementations/C/joy.h +++ b/implementations/C/joy.h @@ -85,7 +85,6 @@ void def_b(JoyListPtr stack, JoyListPtr expression); void def_binary(JoyListPtr stack, JoyListPtr expression); void def_ccccons(JoyListPtr stack, JoyListPtr expression); void def_ccons(JoyListPtr stack, JoyListPtr expression); -void def_clear(JoyListPtr stack, JoyListPtr expression); void def_cleave(JoyListPtr stack, JoyListPtr expression); void def_clop(JoyListPtr stack, JoyListPtr expression); void def_cmp(JoyListPtr stack, JoyListPtr expression); -- 2.11.0