* src/rand-isaac.c (isaac_mix): Declare to be static.
authorJim Meyering <jim@meyering.net>
Sat, 10 Dec 2005 10:18:01 +0000 (10:18 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 10 Dec 2005 10:18:01 +0000 (10:18 +0000)
commitdbfc16effb1256542f0c40ce4801250fabca467f
treeb2b9a382bef12c9b8ec9ab1f6662fed71dc9d915
parentc4666a397d51408dac42d15baff0974edc18f2ad
* src/rand-isaac.c (isaac_mix): Declare to be static.
Mark all other functions as `extern' so the tight-scope
part of `make distcheck' passes once again.
* src/rand-isaac.h (isaac_mix): Remove declaration.
src/rand-isaac.c