aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/main.c b/main.c
index aae574d..66dcce3 100644
--- a/main.c
+++ b/main.c
@@ -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;