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