projects
/
metaconfig.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
70ddc8d
)
Remove register keywork from randfunc tests
author
H.Merijn Brand - Tux <h.m.brand@xs4all.nl>
Mon, 24 Dec 2012 09:08:18 +0000 (10:08 +0100)
committer
H.Merijn Brand - Tux <h.m.brand@xs4all.nl>
Mon, 24 Dec 2012 09:08:18 +0000 (10:08 +0100)
U/compline/randfunc.U
patch
|
blob
|
blame
|
history
diff --git
a/U/compline/randfunc.U
b/U/compline/randfunc.U
index
0ef8deb
..
bb73f98
100644
(file)
--- a/
U/compline/randfunc.U
+++ b/
U/compline/randfunc.U
@@
-161,9
+161,9
@@
echo "Checking to see how many bits your $randfunc() function produces..." >&4
#endif
int main()
{
- register int i;
- register unsigned long tmp;
- register unsigned long max = 0L;
+ int i;
+ unsigned long tmp;
+ unsigned long max = 0L;
for (i = 1000; i; i--) {
tmp = (unsigned long) $randfunc();