author | Junio C Hamano <junkio@cox.net> | |
Thu, 22 Jun 2006 09:18:51 +0000 (02:18 -0700) | ||
committer | Junio 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.
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 | patch | | diff1 | | diff2 | | blob | history |
http-push.c | patch | | diff1 | | diff2 | | blob | history |
tag.c | patch | | diff1 | | diff2 | | blob | history |