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
This commit is contained in:
Junio C Hamano 2016-10-31 13:15:23 -07:00
commit b8171981fd

View File

@ -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