diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -21,14 +21,6 @@ #include <stdio.h> #include <string.h> -N(dot, ".", 0) { - STASH; - printf("%ld ", *sp); - RESTORE; - ++sp; - NEXT; -} - void foci_putchar(int ch) { putchar(ch); @@ -44,7 +36,6 @@ int main() char buf[128]; init(); - define(&w_dot); for (;;) { char c; |