message: Consistently initialize locator; use 0 for "no line number".
[pspp] / src / language / syntax-string-source.c
index 3860b8987cc805e6226fddbcb1cdcd8b01f4475f..4f3c1c143a76f577e522568b78d869dde9574dd2 100644 (file)
@@ -54,7 +54,7 @@ name (const struct getl_interface *i UNUSED)
 static int
 location (const struct getl_interface *i UNUSED)
 {
-  return -1;
+  return 0;
 }