commit 841211df9d93da06981c0c7f26b8d83cffaeb227 parent 6b3c4186aca24812436ed72d08adce8149351cc8 Author: Jan Pobrislo <ccx@te2000.cz> Date: Fri, 14 Feb 2025 00:53:13 +0000 Be more selective about preprocessor include information Diffstat:
M | codedeps.awk | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/codedeps.awk b/codedeps.awk @@ -4,7 +4,7 @@ BEGIN { } } -/^#/ && $3 !~ /^"[<\/]/ { +/^# [0-9]+ "[^"]+"( [0-9]+)*$/ && $3 !~ /^"[<\/]/ { inc[$3]=1 }