Rename C files to .c in GCC source

DJ Delorie dj@redhat.com
Sat Jan 31 20:21:00 GMT 2015


> Aren't current Windows file systems case-preserving?  Then they
> shouldn't have no problems with .C files.

They are case preserving, but not case sensitive.  A wildcard search
for *.c will match foo.C and bar.c, and foo.c can be opened as FOO.C.



More information about the Gcc mailing list