Deutsch   English   Français   Italiano  
<vprv83$3jah9$4@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: David Brown <david.brown@hesbynett.no>
Newsgroups: comp.lang.c
Subject: Re: Which code style do you prefer the most?
Date: Fri, 28 Feb 2025 10:22:11 +0100
Organization: A noiseless patient Spider
Lines: 23
Message-ID: <vprv83$3jah9$4@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>
 <8734fzozd2.fsf@nosuchdomain.example.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 28 Feb 2025 10:22:12 +0100 (CET)
Injection-Info: dont-email.me; posting-host="31821d0a6b005dd78fa8ea192f86a9d6";
	logging-data="3779113"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX182LZNHYVDMNskWy5ulC6exWlo8shXgIDw="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
 Thunderbird/102.11.0
Cancel-Lock: sha1:vDKrZY9P00H4kCDxErOEYyBKDs4=
In-Reply-To: <8734fzozd2.fsf@nosuchdomain.example.com>
Content-Language: en-GB
Bytes: 2165

On 27/02/2025 22:24, Keith Thompson wrote:
> Richard Heathfield <rjh@cpax.org.uk> writes:
>> 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.
> 
> <OT>Long time no see.  Welcome back!</OT>
> 

As long as it's not "Long time no C" :-)