We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da5e4d commit 2c8d05eCopy full SHA for 2c8d05e
src/main.c
@@ -20,9 +20,6 @@
20
#include <fnmatch.h>
21
#include <sys/stat.h>
22
#include <sys/ioctl.h>
23
-#ifdef __APPLE__
24
-#include <sys/syslimits.h> // `PATH_MAX` on macOS exists in this header
25
-#endif
26
27
#include "git_utils.h"
28
#include "file_card.h"
@@ -34,7 +31,6 @@
34
31
#include "dev_dir_utils.h"
35
32
#include "git_integration.h"
36
33
37
-#define MAX_PATH PATH_MAX // Maximum length for file paths
38
#define INITIAL_ENTRIES 512 // Initial number of directory entries to allocate
39
40
/**
0 commit comments