From 658941d26d497ef8823d6d109ed639438cc54800 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 3 Jun 2023 14:24:41 -0500 Subject: [PATCH] Fix macro declaration. --- src/boot/boot.janet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/boot.janet b/src/boot/boot.janet index 6d01f7fd..383dc39f 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -3882,7 +3882,7 @@ "Path to profile file loaded when starting up the repl.") (compwhen (not (dyn 'os/isatty)) - (defmacro (os/isatty) [&] true)) + (defmacro os/isatty [&] true)) (defn cli-main `Entrance for the Janet CLI tool. Call this function with the command line