Avoid declaring variables in the middle of a block, to avoid requiring C99.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 2 Dec 2011 05:25:18 +0000 (21:25 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 2 Dec 2011 05:25:18 +0000 (21:25 -0800)
commit6e5736d55e61f5dca727428213a835998eeacead
tree9aaf0de8490099fd37a223548f3b481744d6810b
parent2414a9e37882fd23d9e50f916bb9e6a7cc2f6bad
Avoid declaring variables in the middle of a block, to avoid requiring C99.
lib/linreg/sweep.c
src/language/stats/glm.c
src/math/covariance.c