-traditional
with ANSI header files
Some vendors are starting to ship systems with ANSI C header files.
You cannot use -traditional
if you include any header files that rely
on ANSI C features.
This is not new behavior, but it can cause confusion. -traditional
causes the compiler to behave as a traditional Kernighan and Ritchie C
compiler rather than using the newer ANSI standard.