Hi

#define TCC_VERSION_MAJOR "0.9."🤣

*0* is the major version, 9 is a subversion, 28 is the minor version.
If you wanna have clear code :

#define TCC_VERSION_MAJOR "0"
#define TCC_VERSION_SUB ".9"
#define TCC_VERSION_MINOR ".28"
#define TCC_RELEASE_CANDIDATE "rc"
#define TCC_VERSION TCC_VERSION_MAJOR TCC_VERSION_SUB TCC_VERSION_MINOR TCC_RELEASE_CANDIDATE

is better ...

And as I said earlier :

Maybe should « "zig cc" (clang 18) » preprocessor handle in a smarter way things like DEFINED_STUFF + CONST_VALUE ?


Regards,

ian

Le 21/11/2024 à 10:25, Domingo Alvarez Duarte a écrit :
#define TCC_VERSION_MAJOR "0.9."
--
-- İȃɲ ƝᵋᵃʳᶩỾ
-- *menea...@gmail.com*
-- Développeur compulsif
_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to