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: tinycc-devel-bounces+eligis=orange...@nongnu.org
[mailto:tinycc-devel-bounces+eligis=orange...@nongnu.org] On Behalf Of
scx31...@yahoo.com
Sent: lundi 20 février 2012 14:37
To: Tinycc-devel@nongnu.org
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
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel


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

Reply via email to