From 5458739cf23d373d01447f98b520831c72cee280 Mon Sep 17 00:00:00 2001 From: dzaima Date: Fri, 24 Nov 2023 22:21:23 +0200 Subject: [PATCH] =?UTF-8?q?don't=20have=20a=20=E2=8C=BE=20character=20in?= =?UTF-8?q?=20m=5Fc8vec=5F0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit name shouldn't ever be visible either, so shortening it while at it --- src/core/derv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/derv.c b/src/core/derv.c index 23da0a26..18bb496c 100644 --- a/src/core/derv.c +++ b/src/core/derv.c @@ -185,8 +185,8 @@ void derv_init(void) { TIi(t_md1D,identity) = md1D_identity; } void dervPost_init(void) { - ucwWrapDesc = registerNFn(m_c8vec_0("(temporary function for ⌾)"), ucwWrap_c1, c2_bad); - uc1WrapDesc = registerNFn(m_c8vec_0("(temporary function for ⌾)"), uc1Wrap_c1, c2_bad); + ucwWrapDesc = registerNFn(m_c8vec_0("(tmp for Under)"), ucwWrap_c1, c2_bad); + uc1WrapDesc = registerNFn(m_c8vec_0("(tmp for Under)"), uc1Wrap_c1, c2_bad); TIi(t_fork,fn_uc1) = fork_uc1; // in post probably to make sure it's not used while not fully initialized or something? idk TIi(t_atop,fn_uc1) = atop_uc1; c(BMd2,bi_atop)->uc1 = atopM2_uc1;