From e33627cf924816f408cf58bbd4a09afd61050f06 Mon Sep 17 00:00:00 2001 From: Johan Kotlinski Date: Fri, 3 Feb 2023 07:27:12 +0100 Subject: [PATCH] moved "hide curr" to where it belongs (accept.fs) --- forth/accept.fs | 1 + forth/base.fs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/forth/accept.fs b/forth/accept.fs index 665a84973..8d55e0035 100644 --- a/forth/accept.fs +++ b/forth/accept.fs @@ -21,3 +21,4 @@ begin else drop then then then then again ; +hide curr diff --git a/forth/base.fs b/forth/base.fs index da542cff2..bf2618789 100644 --- a/forth/base.fs +++ b/forth/base.fs @@ -177,7 +177,7 @@ marker ---modules--- \ hides private words hide 1mi hide 2mi hide 23mi hide 3mi -hide curr hide end hide latestxt +hide end hide latestxt hide dodoes hide #>buf .( labels..) include labels