From bcd2f4a0b9ec138da06cef0b0214ff0b0b69c0d7 Mon Sep 17 00:00:00 2001 From: Kei Tien Date: Fri, 19 Apr 2019 09:10:25 +0000 Subject: [PATCH] fix the common include paths --- j1a/swapforth.fs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/j1a/swapforth.fs b/j1a/swapforth.fs index a992763..2622f52 100644 --- a/j1a/swapforth.fs +++ b/j1a/swapforth.fs @@ -49,7 +49,7 @@ postpone ; ; -include core.fs +include ../common/core.fs : /mod >r s>d r> sm/rem ; : / /mod nip ; @@ -82,7 +82,7 @@ include core.fs here aligned ; -include core-ext.fs +include ../common/core-ext.fs : marker forth 2@ \ preserve FORTH and DP