Changed a lot of ints to bools.
[pspp-builds.git] / src / data / data-in.c
index 0b9e0623265562229d7982cdc0d86f5b99823fc2..4ee0a4f2d216d76a9192fb5b2400d237f9860e04 100644 (file)
@@ -93,7 +93,7 @@ trim_whitespace (struct data_in *i)
     i->e--;
 }
 
-/* Returns nonzero if we're not at the end of the string being
+/* Returns true if we're not at the end of the string being
    parsed. */
 static inline bool
 have_char (struct data_in *i)