Add a default noop/drop alias for fthpage to allow loading of

vf-cbm-bufs.fth from a regular v4th core, outside the TC.
This doesn't make the buffer words work as an optionally loadable
wordset yet, but it is at least a prepartation.
This commit is contained in:
Philip Zembrod 2021-04-06 22:20:16 +02:00
parent c7ced3bb60
commit 972d78c986

View File

@ -1,4 +1,5 @@
\ *** Block No. 102, Hexblock 66
\needs fthpage ' drop | alias fthpage
66 fthpage
( load +load thru +thru --> )