
marvin at rectangular
Aug 26, 2008, 3:23 PM
Post #1 of 1
(483 views)
Permalink
|
|
r3766 - trunk/c_src/KinoSearch/Util
|
|
Author: creamyg Date: 2008-08-26 15:23:59 -0700 (Tue, 26 Aug 2008) New Revision: 3766 Modified: trunk/c_src/KinoSearch/Util/BitVector.bp Log: Make BitVec_Next_Set_Bit public so that the binding generator is OK with it. Modified: trunk/c_src/KinoSearch/Util/BitVector.bp =================================================================== --- trunk/c_src/KinoSearch/Util/BitVector.bp 2008-08-26 07:01:08 UTC (rev 3765) +++ trunk/c_src/KinoSearch/Util/BitVector.bp 2008-08-26 22:23:59 UTC (rev 3766) @@ -41,7 +41,7 @@ /** Returns the next set bit equal to or greater than the supplied tick, * or -1 if no such bit exists. */ - i32_t + public i32_t Next_Set_Bit(BitVector *self, u32_t tick); /** Clear the indicated bit. (i.e. set it to 0). _______________________________________________ kinosearch-commits mailing list kinosearch-commits [at] rectangular http://www.rectangular.com/mailman/listinfo/kinosearch-commits
|