From: Junio C Hamano Date: Thu, 22 Jun 2006 09:18:51 +0000 (-0700) Subject: Merge branch 'ff/c99' X-Git-Tag: v1.4.1-rc1^2~6 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e94528a0e99ea54520b8aff016275a7622c55a47;p=git.git Merge branch 'ff/c99' * ff/c99: Remove all void-pointer arithmetic. Change types used in bitfields to be `int's. Don't use empty structure initializers. Cast pointers to `void *' when used in a format. Don't instantiate structures with FAMs. Initialize FAMs using `FLEX_ARRAY'. Remove ranges from switch statements. --- e94528a0e99ea54520b8aff016275a7622c55a47