From f7c9b0e7862a643e7a409ee8f32c08ad3fe33712 Mon Sep 17 00:00:00 2001 From: mgcaret Date: Mon, 6 Jan 2020 09:55:52 -0800 Subject: [PATCH] correct issue with 'FORTH' word when platform dictionary is present --- inc/macros.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/macros.inc b/inc/macros.inc index 76a7a0d..38bda0c 100644 --- a/inc/macros.inc +++ b/inc/macros.inc @@ -358,6 +358,7 @@ NUM_SYSVARS .set 0 .macro dend .ident(.sprintf("LAST_%s",c_dict)) = l_dword .undef c_dict + .undef l_dword .endmacro ; outside-of-dictionary headerless words