diff options
author | Junio C Hamano <junkio@cox.net> | 2006-03-09 11:58:05 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-03-09 11:58:05 -0800 |
commit | b4f2a6ac9263d6e9bf3bf9c8abe607cd6def0ee8 (patch) | |
tree | 7956fa207bb2aa7eaee0290c2f8cbf11b1feaf6e /git.c | |
parent | 7bd7f2804d84258a5cd1e76c610496f6beaa4cdf (diff) | |
download | git-b4f2a6ac9263d6e9bf3bf9c8abe607cd6def0ee8.tar.gz git-b4f2a6ac9263d6e9bf3bf9c8abe607cd6def0ee8.tar.xz |
Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -323,8 +323,6 @@ static int cmd_log(int argc, const char **argv, char **envp) return 0; } -#define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) - static void handle_internal_command(int argc, const char **argv, char **envp) { const char *cmd = argv[0]; |