Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/common-main'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 31 Oct 2016 20:15:23 +0000
(13:15 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 31 Oct 2016 20:15:23 +0000
(13:15 -0700)
A trivial clean-up to a recently graduated topic.
* jk/common-main:
git-compat-util: move content inside ifdef/endif guards
git-compat-util.h
patch
|
blob
|
history
raw
(from parent 1:
9fa1f90
)
diff --git
a/git-compat-util.h
b/git-compat-util.h
index 49ca28cb6b5aa9e06e16c16febde03a7a5e66959..87237b092b51df6255552f0756359eddf3b12042 100644
(file)
--- 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