Its a shame. I fixed that, and another typo and pushed.
On Wed, 26 Jan 2011, Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum wrote:
Looks like you forgot to test-compile before committing :-)
#### Making dynamic: post_modules/CritBit Compiling post_modules/CritBit/tree_block_alloc.c In file included from /tmp/pike/src/post_modules/CritBit/ptr_key.h:7:0, from /tmp/pike/src/post_modules/CritBit/tree_block_alloc.c:9: /tmp/pike/src/post_modules/CritBit/bitvector.h:36:6: error: missing ')' in expression
Line 36 is
#if !(defined(PIKE_BYTEORDER)
which obviously has unbalanced parentheses...