This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Convert 3.2 sources to ISO C90
- From: law at redhat dot com
- To: espie at nerim dot net
- Cc: Stan Shebs <shebs at apple dot com>, gcc at gcc dot gnu dot org
- Date: Thu, 06 Jun 2002 07:55:57 -0600
- Subject: Re: Convert 3.2 sources to ISO C90
- Reply-to: law at redhat dot com
In message <20020606133333.GA23950@tetto.liafa.jussieu.fr>, Marc Espie writes:
> Are there really many cases where cleaning up ISOisms has been more
> than just cleaning up ISOisms, e.g., actually requiring changes to the
> structure.
The vast majority of these problems are the unintentional introduction of
a prototype. Fixing them is trivial.
jeff