Liste des Groupes | Revenir à cl c |
On 5/28/24 02:31, BGB wrote:I will need to put it on my TODO list.On 5/27/2024 9:48 PM, Lawrence D'Oliveiro wrote:...On Sun, 26 May 2024 18:12:17 +0200, David Brown wrote:
>Macros in C are not recursive. That stops them exploding, but also means
there's a lot you can't do with the preprocessor.\It seems the preprocessor in BGBCC is likely not entirely conformantThat definitely fails to conform to the requirements in 6.10.4.4.
in this case...
>
If given a recursive macro, it will most likely just explode and
probably crash the compiler...
>
Mostly as it handles macro-expansion by looping over the line and
performing macro-substitutions until no more substitutions are seen,
at which point it emits the line to the output buffer and moves on to
the next line.
Les messages affichés proviennent d'usenet.