about summary refs log tree commit diff stats
path: root/p9c
diff options
context:
space:
mode:
Diffstat (limited to 'p9c')
-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;