about summary refs log tree commit diff stats
path: root/p9c
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2023-05-25 22:04:11 -0400
committerelioat <elioat@tilde.institute>2023-05-25 22:04:11 -0400
commite85017e9cecfd5c41b9c9924a9355cad364c0b3e (patch)
treebc724c16d34c7cbd408e46ba1b483c56b8f6e270 /p9c
parent8013dbfa6ffe40fd9244fd5532d75e93ea40259f (diff)
downloadtour-e85017e9cecfd5c41b9c9924a9355cad364c0b3e.tar.gz
*
Diffstat (limited to 'p9c')
-rwxr-xr-xp9c/lbforth/lbforth9bin94069 -> 0 bytes
-rw-r--r--p9c/lbforth/lbforth9.c4
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