aboutsummaryrefslogtreecommitdiff
path: root/git-compat-util.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-12-05 11:24:17 -0800
committerJunio C Hamano <gitster@pobox.com>2016-12-05 11:24:28 -0800
commitcd1c2e7301820f9a198c8d665cd72d930233d02a (patch)
treebae2ad03e1ca04c3168e2f4bc2db840b14bc043d /git-compat-util.h
parent0a79ccaac7dcfaf93294979fd9608d0f95fd7a47 (diff)
parent6854a8f5c9ecf32f5bd85020e77d48d3ffdf48fc (diff)
downloadgit-cd1c2e7301820f9a198c8d665cd72d930233d02a.tar.gz
git-cd1c2e7301820f9a198c8d665cd72d930233d02a.tar.xz
Merge branch 'jk/common-main' into maint-2.10
* jk/common-main: common-main: stop munging argv[0] path 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 b4d9c2aa5..d89a78616 100644
--- a/git-compat-util.h
+++ b/git-compat-util.h
@@ -1090,6 +1090,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