message: Add column range to struct msg_locator.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 19 Sep 2010 18:07:09 +0000 (11:07 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 24 Sep 2010 04:13:11 +0000 (21:13 -0700)
commit7d34380bb2fddca820a6f414564738cc2f70afc9
tree3421d4e8ffb38432488730bcd867496b4f647258
parent638a86001fe7a237bd6c19a181d796305290d72a
message: Add column range to struct msg_locator.

data_in() can specify a range of columns for the messages that it outputs,
but until now these were not output in the format specified by the GNU
Coding Standards.  This commit fixes that.
src/data/data-in.c
src/data/por-file-reader.c
src/data/sys-file-reader.c
src/language/expressions/helpers.c
src/libpspp/message.c
src/libpspp/message.h
tests/language/data-io/data-list.at
tests/language/utilities/set.at