This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Projects for beginners
- To: bosch at gnat dot com
- Subject: Re: Projects for beginners
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Fri, 2 Feb 01 15:01:16 EST
- Cc: gcc at gcc dot gnu dot org
I agree that in the long term this is the best way to go. Therefore we
should start moving in that direction now, and not wait until the forest
of header files is even more complex than it is now. As Richard says, this
will be a large amount of work, but it will be even more work if we don't
start now.
The issue is the ordering. If guards are put in *first*, then it will
be easier to mess up the files even more. So, if we go that route,
the first step should be to make a header file for each .c file.