Skip to content

Commit

Permalink
Do not look up include files in the current working directory
Browse files Browse the repository at this point in the history
Fixes the same issue as a770f39
but for include files.

Link: #101
  • Loading branch information
DaanDeMeyer committed Dec 9, 2023
1 parent fdb6fad commit 7da793f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libkeymap/analyze.l
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ static const char *const include_dirpath0[] = {
NULL
};
static const char *const include_dirpath1[] = {
"",
"../include/",
"../../include/",
NULL
Expand Down

0 comments on commit 7da793f

Please sign in to comment.