Changed a lot of ints to bools.
[pspp-builds.git] / src / data / data-in.c
index 462f85579a929b571714109c92e40515998742aa..4ee0a4f2d216d76a9192fb5b2400d237f9860e04 100644 (file)
@@ -64,7 +64,6 @@ vdls_error (const struct data_in *i, const char *format, va_list args)
 
   m.category = MSG_DATA;
   m.severity = MSG_ERROR;
-  msg_location (&m.where);
   m.text = ds_cstr (&text);
 
   msg_emit (&m);
@@ -94,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)