aboutsummaryrefslogtreecommitdiff
path: root/git-compat-util.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-10-31 13:15:23 -0700
committerJunio C Hamano <gitster@pobox.com>2016-10-31 13:15:23 -0700
commitb8171981fdea62f1f4c44f6d26f65b6324b31263 (patch)
tree8ec7ed5b0d4840cb343c1b79d48d3f47adaa7afb /git-compat-util.h
parent9fa1f902bf8eaaa2a1d78cd7603d28a33d46e30c (diff)
parent5c238e29a85dd109e42513c6a9d09008d8839bae (diff)
downloadgit-b8171981fdea62f1f4c44f6d26f65b6324b31263.tar.gz
git-b8171981fdea62f1f4c44f6d26f65b6324b31263.tar.xz
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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-compat-util.h b/git-compat-util.h
index 49ca28cb6..87237b092 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