Drop r1.6 (warn_system_heders by default). Use stock version of

the file from now on.
This commit is contained in:
Alexander Kabaev 2003-11-07 03:30:31 +00:00
parent 4ff5474ba8
commit 148e0bd79e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122200

View File

@ -532,7 +532,6 @@ cpp_create_reader (lang)
CPP_OPTION (pfile, operator_names) = 1;
CPP_OPTION (pfile, warn_endif_labels) = 1;
CPP_OPTION (pfile, warn_long_long) = !CPP_OPTION (pfile, c99);
CPP_OPTION (pfile, warn_system_headers) = 1;
CPP_OPTION (pfile, pending) =
(struct cpp_pending *) xcalloc (1, sizeof (struct cpp_pending));