> Am 31.01.2015 um 02:57 schrieb Jonathan Wakely <jwakely....@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.

Reply via email to