diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-10-31 13:15:23 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-10-31 13:15:23 -0700 |
commit | b8171981fdea62f1f4c44f6d26f65b6324b31263 (patch) | |
tree | 8ec7ed5b0d4840cb343c1b79d48d3f47adaa7afb /git-compat-util.h | |
parent | 9fa1f902bf8eaaa2a1d78cd7603d28a33d46e30c (diff) | |
parent | 5c238e29a85dd109e42513c6a9d09008d8839bae (diff) | |
download | git-b8171981fdea62f1f4c44f6d26f65b6324b31263.tar.gz |
Merge branch 'jk/common-main'
A trivial clean-up to a recently graduated topic.
* jk/common-main:
git-compat-util: move content inside ifdef/endif guards
Diffstat (limited to 'git-compat-util.h')
-rw-r--r-- | git-compat-util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git-compat-util.h b/git-compat-util.h index 49ca28cb6b..87237b092b 100644 --- a/git-compat-util.h +++ b/git-compat-util.h @@ -1101,6 +1101,6 @@ struct tm *git_gmtime_r(const time_t *, struct tm *); #define getc_unlocked(fh) getc(fh) #endif -#endif - extern int cmd_main(int, const char **); + +#endif |