Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: candycanearter07 Newsgroups: comp.lang.c Subject: Re: Which code style do you prefer the most? Date: Fri, 28 Feb 2025 02:40:02 -0000 (UTC) Organization: the-candyden-of-code Lines: 28 Message-ID: References: <87v7swzzl7.fsf@onesoftnet.eu.org> <87a5a7k0ko.fsf@onesoftnet.eu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Fri, 28 Feb 2025 03:40:03 +0100 (CET) Injection-Info: dont-email.me; posting-host="34bbc8cb2ee614835d79b115fd718c93"; logging-data="3551209"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+/K5ZL0dWu6WpIlLBr4g6AVg7xUUkmd263UiNS8JJyrQ==" User-Agent: slrn/1.0.3 (Linux) Cancel-Lock: sha1:siK39pYxzlN89+mLaNd8GpkWQNQ= X-Face: b{dPmN&%4|lEo,wUO\"KLEOu5N_br(N2Yuc5/qcR5i>9-!^e\.Tw9?/m0}/~:UOM:Zf]% b+ V4R8q|QiU/R8\|G\WpC`-s?=)\fbtNc&=/a3a)r7xbRI]Vl)r<%PTriJ3pGpl_/B6!8pe\btzx `~R! r3.0#lHRE+^Gro0[cjsban'vZ#j7,?I/tHk{s=TFJ:H?~=]`O*~3ZX`qik`b:.gVIc-[$t/e ZrQsWJ >|l^I_[pbsIqwoz.WGA] wrote at 16:26 this Thursday (GMT): > On 27/02/2025 15:13, Richard Heathfield wrote: >> On 27/02/2025 12:56, Ar Rakin wrote: >>> bart writes: >>> >>>> // isn't devoid of quirks (this is still C after all), for example: >>>> >>>>     fopen(file,"rb");   // open file in \windows\system32\ >>>>     fread(...); >>>> >>>> Here, the // line continues onto the next, so that the fread is >>>> commented out. But they are fewer. >>> >>> Interesting. Isn't this considered a compiler bug? >> >> No. Line splicing occurs in Translation Phase 2. Comment removal doesn't >> happen until Translation Phase3. If a compiler /didn't/ splice those >> lines, /that/ would be a bug. >> > > The bug, of course, is using Windows and Windows-style paths :-) > > (Nice to have you back, Richard.) What's worse, its a WONTFIX! -- user is generated from /dev/urandom