diff options
| -rw-r--r-- | builtin.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -2,10 +2,7 @@ #define BUILTIN_H #include <stdio.h> - -#ifndef PATH_MAX -# define PATH_MAX 4096 -#endif +#include <limits.h> extern const char git_version_string[]; |
![]() |
index : git | |
| Mirror of https://git.kernel.org/pub/scm/git/git.git/ |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | builtin.h | 5 |
@@ -2,10 +2,7 @@ #define BUILTIN_H #include <stdio.h> - -#ifndef PATH_MAX -# define PATH_MAX 4096 -#endif +#include <limits.h> extern const char git_version_string[]; |