Commit 3cf4384e authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Adapt to FreeBSD 10 #include changes

parent 8b8adc6c
......@@ -90,7 +90,8 @@
-efunc(1791, pdiff) // return last on line
//////////////
-efile(451, "sys/\*.h") // No include guard
-efile(451, "machine/\*.h") // No include guard
-efile(451, "machine/*.h") // No include guard
-efile(451, "stdarg.h") // No include guard
-efile(451, "tbl/*.h") // No include guard
-efile(451, "vcc_types.h") // No include guard
-efile(451, "symbol_kind.h") // No include guard
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment