summaryrefslogtreecommitdiff
path: root/jefs.fs
diff options
context:
space:
mode:
Diffstat (limited to 'jefs.fs')
-rw-r--r--jefs.fs2
1 files changed, 0 insertions, 2 deletions
diff --git a/jefs.fs b/jefs.fs
index 8ba1e66..9d774c0 100644
--- a/jefs.fs
+++ b/jefs.fs
@@ -175,8 +175,6 @@ decimal
: mod /mod drop ;
: negate 0 swap - ;
: abs dup 0< if negate then ;
-\ i don't know how to implement these correctly with 64 bit single cells
-: */mod >r * r> /mod ;
: */ */mod nip ;
: % 100 */ ;