This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Removing #include "*.c"


Hi,

I have decided to try and remove occurrences of #include "*.c" as
suggested here:

http://gcc.gnu.org/projects/beginner.html

However, it remarks that:

"There may be places where someone is trying to simulate generic
programming through the macro facility. Discuss what should be done
with the maintainers of those files."

I have started by trying to remove #include "decimal32.c" from
/libdecnumber/bid/decimal32.c, but I believe this is a case of the
above. In which case, is there a general way to go about removing such
cases, and also why is it necessary to include a .c file at all?

Thanks for your help.

Rob Quill


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]