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 : delta/git.git | ||
github.com: git/git.git |
summaryrefslogtreecommitdiff |
-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[]; |