diff options
author | Florian Forster <octo@verplant.org> | 2006-06-18 17:18:03 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-06-18 21:19:09 -0700 |
commit | cfd432e63d77478d913497a62827ed95c56dda73 (patch) | |
tree | b211821af83ec2653f23c6ea3d71fd8bd0e69397 /diff-delta.c | |
parent | Merge branch 'yl/build' (diff) | |
download | tgif-cfd432e63d77478d913497a62827ed95c56dda73.tar.xz |
Remove ranges from switch statements.
Though very nice and readable, the "case 'a'...'z':" construct is not ANSI C99
compliant. This patch unfolds the range in `quote.c' and substitutes the
switch-statement with an if-statement in `http-fetch.c' and `http-push.c'.
Signed-off-by: Florian Forster <octo@verplant.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'diff-delta.c')
0 files changed, 0 insertions, 0 deletions