This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Name of files and functions etc.
- From: Zack Weinberg <zack at codesourcery dot com>
- To: tromey at redhat dot com
- Cc: David Pettersson <david_pettersson at bredband dot net>, GCC Mailing List <gcc at gcc dot gnu dot org>
- Date: Tue, 29 Mar 2005 11:19:36 -0800
- Subject: Re: Name of files and functions etc.
- References: <424966F5.9050200@bredband.net><m3is3ai7w2.fsf@localhost.localdomain>
Tom Tromey <tromey@redhat.com> writes:
> David> Currently I have placed the factor out functions in a files named
> David> parse_factor.c (and .h). I feel this is a somewhat bad name,
> David> is there any rule for file naming in use at gcc.
>
> There is no rule I know of other than "whatever the maintainers will
> accept". Usually this means it has to be relatively clear and related
> to the purpose of the file.
parse_actions.c ?
zw