reader: =0

This commit is contained in:
Jan Nieuwenhuizen 2019-10-26 08:54:24 +02:00
parent e6ce0cc145
commit 9feef1e51f
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ reader_read_identifier_or_number (int c)
n = n + c - '0';
c = readchar ();
}
if (reader_end_of_word_p (c))
if (reader_end_of_word_p (c) != 0)
{
unreadchar (c);
if (negative_p != 0)