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);