Path: csiph.com!weretis.net!feeder9.news.weretis.net!news.quux.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.c Subject: Re: question about linker Date: Sat, 07 Dec 2024 13:44:13 -0800 Organization: None to speak of Lines: 31 Message-ID: <87ikrvxj6a.fsf@nosuchdomain.example.com> References: <877c8nt255.fsf@nosuchdomain.example.com> <20241129142810.00007920@yahoo.com> <20241129161517.000010b8@yahoo.com> <87ldwx10gv.fsf@bsb.me.uk> <86ser1kgp5.fsf@linuxsc.com> <87ldwtzlc0.fsf@nosuchdomain.example.com> MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Sat, 07 Dec 2024 22:44:13 +0100 (CET) Injection-Info: dont-email.me; posting-host="4404786bd9d9b4f8a090df7e3f4592f8"; logging-data="3497318"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX186EV1iw5sSU3neHGWlNki9" User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:9y3+2k6S5QeeCOYjxGJNG2Ikw8c= sha1:tFJWJT8in8mtv+NSoVIW0Eklslc= Xref: csiph.com comp.lang.c:389500 Bart writes: > On 07/12/2024 13:04, Bart wrote: [...] >> Now you are demonstrating my point about being treated like a >> beginner. And it is exasperating. If you stop acting like a beginner, you probably won't be treated like one. Stop pretending not to understand things that have been explained to you many times. [...] > In a syntax where newlines may be injecting semicolons, such a subtle > distinction is not strong enough. As I originally said, it's fragile. C does not have a syntax where "newlines may be injecting semicolons". How is your point relevant? > Those suggesting that semicolons are unimportant details of syntax in > C are wrong. They can make a significant difference and contribute to > errors: > > for (i=0; i printf("%d\n", i); Nobody has suggested that "semicolons are unimportant details of syntax in C". -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com void Void(void) { Void(); } /* The recursive call of the void */