From 8ee3a99b7c920dc70c9eb5425585ea6eb2663e4e Mon Sep 17 00:00:00 2001 From: "Jan (janneke) Nieuwenhuizen" Date: Sun, 20 Oct 2019 13:21:58 +0200 Subject: [PATCH] core: Prepare for M2-Planet: builtins.c. * src/builtins.c: Rewrite C constructs not supported by M2-Planet. --- src/builtins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/builtins.c b/src/builtins.c index c5f6d12d..312d3459 100644 --- a/src/builtins.c +++ b/src/builtins.c @@ -104,7 +104,7 @@ init_builtin (SCM builtin_type, char const *name, int arity, FUNCTION function, } SCM -mes_builtins (SCM a) /**((internal))*/ +mes_builtins (SCM a) /*:((internal)) */ { // TODO minimal: cons, car, cdr, list, null_p, eq_p minus, plus // display_, display_error_, getenv