tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] tcc optional argument as in C++


From: Christian Jullien
Subject: Re: [Tinycc-devel] tcc optional argument as in C++
Date: Mon, 20 Feb 2012 15:06:01 +0100

As long as my opinion matters, I prefer to reserve C++ features to C++
compilers.
In order to keep tcc small and simple, I prefer to stick to C only features.
I think it's better to implement C11 features than to hack few C++ goodies.

M2c

Christian

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of
address@hidden
Sent: lundi 20 février 2012 14:37
To: address@hidden
Subject: [Tinycc-devel] tcc optional argument as in C++

Hi,
i want/need to have optional argument declared inside the function prototype
only. I have two options for doing it. Write a preprocessor that does the
mod or modify the Tcc preprocessor and adding a commandline switch to it in
order to accept the relaxed parsing or if you think, eventually without
commandline switch. What solution do you prefer that i implement ?



_______________________________________________
Tinycc-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel




reply via email to

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