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)
* 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.

1  2 
diff-lib.c
http-push.c
tag.c

diff --cc diff-lib.c
Simple merge
diff --cc http-push.c
Simple merge
diff --cc tag.c
Simple merge