Code

Merge branch 'ff/c99'
authorJunio C Hamano <junkio@cox.net>
Thu, 22 Jun 2006 09:18:51 +0000 (02:18 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 22 Jun 2006 09:18:51 +0000 (02:18 -0700)
commite94528a0e99ea54520b8aff016275a7622c55a47
treebd4910fd81a2c85a67b2325f72c923b12875bf06
parentc0a2e1c0ba0956951b566888340e66589901b72d
parent1d7f171c3a456b980d821ee0f68e01535a5f7e36
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.
diff-lib.c
http-push.c
tag.c