From 6f2c655186b7de2a95cca0403eb899dd2ab27c75 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 2 May 2021 08:25:28 +0300 Subject: Renamed bool() to mkbool(). --- builtin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'builtin.c') diff --git a/builtin.c b/builtin.c index d56d7838..afdb747b 100644 --- a/builtin.c +++ b/builtin.c @@ -4329,10 +4329,10 @@ check_symtab_functab(NODE *dest, const char *fname, const char *msg) fatal(msg, fname, "FUNCTAB"); } -/* do_bool --- create boolean values */ +/* do_mkbool --- create boolean values */ NODE * -do_bool(int nargs) +do_mkbool(int nargs) { NODE *tmp; bool result; -- cgit v1.2.3