This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Removing #include "*.c"
- From: "Rob Quill" <rob dot quill at gmail dot com>
- To: "GCC Development" <gcc at gcc dot gnu dot org>
- Date: Mon, 12 Nov 2007 13:19:49 +0000
- Subject: 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