diff options
author | elioat <elioat@tilde.institute> | 2024-07-06 17:56:30 -0400 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-07-06 17:56:30 -0400 |
commit | 3a3a78a4e07834bdae6a22e0f199849420bbd6f7 (patch) | |
tree | 90e2898c60257fd15e0d609c940b066e65adcd7b /p9c/lbforth/lbforth9.c | |
parent | 082b90451a7637bcf2c34d59f58bb0b3d2ed57d7 (diff) | |
download | tour-3a3a78a4e07834bdae6a22e0f199849420bbd6f7.tar.gz |
*
Diffstat (limited to 'p9c/lbforth/lbforth9.c')
-rw-r--r-- | p9c/lbforth/lbforth9.c | 5 |
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; |