about summary refs log tree commit diff stats
path: root/p9c/lbforth
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-07-06 17:56:30 -0400
committerelioat <elioat@tilde.institute>2024-07-06 17:56:30 -0400
commit3a3a78a4e07834bdae6a22e0f199849420bbd6f7 (patch)
tree90e2898c60257fd15e0d609c940b066e65adcd7b /p9c/lbforth
parent082b90451a7637bcf2c34d59f58bb0b3d2ed57d7 (diff)
downloadtour-3a3a78a4e07834bdae6a22e0f199849420bbd6f7.tar.gz
*
Diffstat (limited to 'p9c/lbforth')
-rw-r--r--p9c/lbforth/lbforth9.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/p9c/lbforth/lbforth9.c b/p9c/lbforth/lbforth9.c
index 82dbb42..6ee5fa6 100644
--- a/p9c/lbforth/lbforth9.c
+++ b/p9c/lbforth/lbforth9.c
@@ -414,9 +414,8 @@ parseNumber(byte* word, cell len, dcell* number, cell* notRead, byte* isDouble)
 {
 	int negative = 0;
 	cell i;
-	charn
-    n
-
+	char c;
+	cell current;
 
 	*number = 0;
 	*isDouble = 0;