Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rebase -i: Avoid non-portable "test X -a Y"
[gitweb.git]
/
bisect.c
diff --git
a/bisect.c
b/bisect.c
index 3d04d2a0bb1d3e2cc59d0747c838ba3f981a0b54..6dc27ee7a6090e56d5b0f2072a72553d3b3e3b87 100644
(file)
--- a/
bisect.c
+++ b/
bisect.c
@@
-593,7
+593,7
@@
struct commit_list *filter_skipped(struct commit_list *list,
* is increased by one between each call, but that should not matter
* for this application.
*/
-int get_prn(int count) {
+
static
int get_prn(int count) {
count = count * 1103515245 + 12345;
return ((unsigned)(count/65536) % PRN_MODULO);
}