Skip to content
Snippets Groups Projects
Commit d9f022ce authored by sof's avatar sof
Browse files

[project @ 1997-03-20 12:02:58 by sof]

Catch (another) gcc include file site
parent 4a76d535
No related merge requests found
......@@ -176,6 +176,7 @@ sub slurp_file { # follows an example in the `open' item in perl man page
# don't let a file depend on itself
next line if /^\/usr\/include/;
next line if /\/gcc-lib\/[^\/\n]+\/[\.0-9]+\/include\//;
next line if /\/gnu\/[^-\/]+-[^-\/]+-[^-\/]+\/include\//;
next line if /\/yaccpar/;
next line if /\/bison\.(simple|hairy)/;
next line if /\.lh$/;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment