casereader: Make parameter to casereader_count_cases const. fc11-i386-build70 fc11-x64-build67 lenny-x64-build91 sid-i386-build137
authorBen Pfaff <blp@gnu.org>
Tue, 22 Dec 2009 01:11:47 +0000 (17:11 -0800)
committerBen Pfaff <blp@gnu.org>
Tue, 5 Jan 2010 05:05:50 +0000 (21:05 -0800)
commit302bd0da45b8920bf4a34d8751d9cbceacd5b6ea
treeff670adef5fba8bb3b21981164f90133dd47fa90
parent4f535d301fd8181ae3fbfeb023f4e016a91064d9
casereader: Make parameter to casereader_count_cases const.

casereader_count_cases does not conceptually modify its argument, since
there is no way for the client to observe the difference (other than
through improved performance).  So there is no need for the parameter to
be const.
src/data/casereader.c
src/data/casereader.h