M GNUmakefile => GNUmakefile +1 -0
@@ 69,6 69,7 @@ ENABLED += -DNEEDS_STRL
DEVICES ?=
DEVICES += interface/ll.retro
+DEVICES += interface/dedup.retro
DEVICES += interface/floatingpoint.retro
DEVICES += interface/filesystem.retro
DEVICES += interface/unix.retro
M Makefile => Makefile +1 -0
@@ 54,6 54,7 @@ ENABLED += -DENABLE_BLOCKS
DEVICES ?=
DEVICES += interface/ll.retro
+DEVICES += interface/dedup.retro
DEVICES += interface/floatingpoint.retro
DEVICES += interface/filesystem.retro
DEVICES += interface/unix.retro
A interface/dedup.retro => interface/dedup.retro +8 -0
@@ 0,0 1,8 @@
+# s:dedup
+
+String deduplication for RetroForth.
+
+(c) Arland Childers
+
+~~~
+~~~