Path: csiph.com!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.c,comp.unix.programmer Subject: Re: Experimental C Build System Date: Sat, 03 Feb 2024 14:04:38 -0800 Organization: None to speak of Lines: 18 Message-ID: <87msshmcg9.fsf@nosuchdomain.example.com> References: <87ttmqogrk.fsf@nosuchdomain.example.com> MIME-Version: 1.0 Content-Type: text/plain Injection-Info: dont-email.me; posting-host="026cbd12272797f54d5c091ea0e8c8d6"; logging-data="3473395"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/CATvWL3V1GX8yYiXyMR8a" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Cancel-Lock: sha1:/gNJSejjsI1rXjG8GE/tZVkeLAE= sha1:A/LbmYXEHZJDhRZ1eE3l+IqDSLU= Xref: csiph.com comp.lang.c:381710 comp.unix.programmer:15164 bart writes: > On 03/02/2024 01:31, Lawrence D'Oliveiro wrote: >> Hint: it uses the filename extension to determine which language, and >> which flavour of the language even, it is dealing with. > > This is the filename extension which Linux famously ignores, because > you can use any extension you like? Yes, this is the filename extension which Linux (whether you're using the term to refer to the kernel or to the OS) mostly ignores, but which certain tools like gcc pay attention to. [...] -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com Working, but not speaking, for Medtronic void Void(void) { Void(); } /* The recursive call of the void */