This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Rename C files to .c in GCC source


> Am 31.01.2015 um 02:57 schrieb Jonathan Wakely <jwakely.gcc@gmail.com>:
> 
> On 30 January 2015 at 22:24, Kevin Ingwersen (Ingwie Phoenix) wrote:
>> Appleâs HFS is, on a default OS X install, case insensitive.
> 
> Which doesn't matter, see my previous reply.
That is true; though its good to keep an eye out for it.

>> But .c++ is valid. .cxx sounds pretty straight forward to me, since people also use the $CXX variable.
> 
> We already use .C and .cc in GCC sources, so even if we needed to
> change it, it would probably be better to use .cc for consistency
> rather than add a third extension.
Oh, I did not know this detail since I havenât peered into the GCC source in a felt forever. Would make sense to use .cc then if it has already been used elsewhere in the source.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]