pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2016-09-26
2016-09-26 12:03:43 by Stephen R. van den Berg <srb@cuci.nl>
39262459d10b6ee8e52a5fcc8ca2c87ab9fd40a7 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Avoid C99-isms.
2149:
if(limit <= 1) return 0; int bits = my_log2(limit-1)+1; UINT64 mask = (((UINT64)1)<<bits)-1;
-
for(
int i=0; i<1000; i++)
+
int i
;
+
for(i
=0; i<1000; i++)
{ if(THIS->buffer_bits < bits) fill_int_buffer();