From bdd2a4913eaa0f1d3721979058b53e181832cfa8 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 18 Mar 2022 08:07:49 -0700 Subject: Fix missing: pass -I to preprocessor. --- testdir/header.cwh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 testdir/header.cwh (limited to 'testdir') diff --git a/testdir/header.cwh b/testdir/header.cwh new file mode 100644 index 0000000..73873ef --- /dev/null +++ b/testdir/header.cwh @@ -0,0 +1,2 @@ +/* cppawk header file */ +#define max(a, b) ((a) > (b) ? (a) : (b)) -- cgit v1.2.3