summaryrefslogtreecommitdiffstats
path: root/git-compat-util.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-10-31 21:15:23 +0100
committerJunio C Hamano <gitster@pobox.com>2016-10-31 21:15:23 +0100
commitb8171981fdea62f1f4c44f6d26f65b6324b31263 (patch)
tree8ec7ed5b0d4840cb343c1b79d48d3f47adaa7afb /git-compat-util.h
parentMerge branch 'aw/numbered-stash' (diff)
parentgit-compat-util: move content inside ifdef/endif guards (diff)
downloadgit-b8171981fdea62f1f4c44f6d26f65b6324b31263.tar.xz
git-b8171981fdea62f1f4c44f6d26f65b6324b31263.zip
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 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