Deutsch   English   Français   Italiano  
<vpsbvm$3ltem$2@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: Ar Rakin <rakinar2@onesoftnet.eu.org>
Newsgroups: comp.lang.c
Subject: Re: Which code style do you prefer the most?
Date: Fri, 28 Feb 2025 18:59:34 +0600
Organization: OSN Developers
Lines: 32
Message-ID: <vpsbvm$3ltem$2@dont-email.me>
References: <vpkmq0$21php$1@dont-email.me> <vplhc7$26ur1$3@dont-email.me>
 <87v7swzzl7.fsf@onesoftnet.eu.org> <vpn4qi$2j0hq$1@dont-email.me>
 <vpo20n$2o9ks$1@dont-email.me> <vpo7ec$2ovro$1@dont-email.me>
 <87a5a7k0ko.fsf@onesoftnet.eu.org> <vpprv6$34o4m$2@dont-email.me>
 <vpq3nm$35inm$4@dont-email.me>
 <slrnvs28aj.oo9l.candycanearter07@candydeb.host.invalid>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 28 Feb 2025 13:59:35 +0100 (CET)
Injection-Info: dont-email.me; posting-host="fe5f78b35297dc67a24ae7e577d95659";
	logging-data="3864022"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19LjTQd5VLO8hgD375djC+zbNMxeWHBT+E="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:2ceBWhR350/AWWk3859XtlE9yT8=
In-Reply-To: <slrnvs28aj.oo9l.candycanearter07@candydeb.host.invalid>
Content-Language: en-US
Bytes: 2391

On 2/28/25 8:40 AM, candycanearter07 wrote:
> David Brown <david.brown@hesbynett.no> 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 <bc@freeuk.com> 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!

Or maybe, "It's not a bug, it's a feature" :-)

-- 
Rakin