> On Jun 14, 2017, at 11:03 AM, Simon Slavin <slav...@bigfraud.org> wrote:
> 
> This problem is especially bad on Apple devices, since many people use ".c" 
> as an extension for C++ files, when Apple’s compiler assumes they’ll use 
> ".cpp".

I think you mean “.C” (with a capital C) which I’ve seen used occasionally for 
C++, though not in a long time.
Since the Mac filesystem is case-insensitive (though case-preserving), I 
believe the logic that maps extensions to languages ignores case, so treats 
“.C” like “.c”.

—Jens
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to