This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Removing #include "*.c"
On Mon, 2007-11-12 at 13:19 +0000, Rob Quill wrote:
> 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?
libdecnumber is essentially a third-party library and just imported into
the GCC tree. I think it would be better to just focus on the gcc/
directory to begin with.
Cheers, Ben