QUICK CLUSTER: Fold quick-cluster.h into quick-cluster.c.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 26 Apr 2011 02:56:42 +0000 (19:56 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 26 Apr 2011 16:26:10 +0000 (09:26 -0700)
commit5370b8123f10204aa716477fdeb8daa4e71af7d2
tree76ad39ccea111eff60397fcda0f8a5c9f8b3ded2
parent3e501944c450015e03cbe147267d3e0866d6c2d9
QUICK CLUSTER: Fold quick-cluster.h into quick-cluster.c.

It's unusual to put 'static' function prototypes into a header file:
header files are usually used to export declarations for use by other
source files, but 'static' functions cannot be called outside their
own source files.
src/language/stats/automake.mk
src/language/stats/quick-cluster.c
src/language/stats/quick-cluster.h [deleted file]