]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-compat-util.h
git-compat-util: move content inside ifdef/endif guards
[thirdparty/git.git] / git-compat-util.h
index 1930444ef092f2b5834d12b73b4d2d0c050f3551..f5b5d2e714e4feaa51ce5ce6a8663d599c7f77e5 100644 (file)
@@ -1044,6 +1044,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