tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] bug in preprocessor


From: Fred van Kempen
Subject: Re: [Tinycc-devel] bug in preprocessor
Date: Fri, 19 Jan 2024 17:03:37 +0000 (UTC)

> To put some text after #endif on the same line, this used to be customary
> in K&R age, wasn't it?
Yes, and that has evolved into using comment markers there, like
in
     #endif    /*foo*/

for example.

> There are K&R sources still valuable today and it is really useful that Tinycc is capable of compiling them.
Yes, but it should generate a warning, like it does with old-style function argument declarations, and leaving
out base types of variables... both were legel in K&R, too :P

Fred


reply via email to

[Prev in Thread] Current Thread [Next in Thread]