diff options
author | elioat <elioat@tilde.institute> | 2023-05-25 22:04:11 -0400 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2023-05-25 22:04:11 -0400 |
commit | e85017e9cecfd5c41b9c9924a9355cad364c0b3e (patch) | |
tree | bc724c16d34c7cbd408e46ba1b483c56b8f6e270 | |
parent | 8013dbfa6ffe40fd9244fd5532d75e93ea40259f (diff) | |
download | tour-e85017e9cecfd5c41b9c9924a9355cad364c0b3e.tar.gz |
*
-rwxr-xr-x | p9c/lbforth/lbforth9 | bin | 94069 -> 0 bytes | |||
-rw-r--r-- | p9c/lbforth/lbforth9.c | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/p9c/lbforth/lbforth9 b/p9c/lbforth/lbforth9 deleted file mode 100755 index 543b747..0000000 --- a/p9c/lbforth/lbforth9 +++ /dev/null Binary files differdiff --git a/p9c/lbforth/lbforth9.c b/p9c/lbforth/lbforth9.c index 9673da4..82dbb42 100644 --- a/p9c/lbforth/lbforth9.c +++ b/p9c/lbforth/lbforth9.c @@ -416,7 +416,7 @@ parseNumber(byte* word, cell len, dcell* number, cell* notRead, byte* isDouble) cell i; charn n - + *number = 0; *isDouble = 0; @@ -1212,4 +1212,4 @@ main() initscript_pos = (char*)initScript; quit(); return 0; -} +} \ No newline at end of file |