|
From: | ian |
Subject: | Re: [Tinycc-devel] Warning/bug detected by clang |
Date: | Thu, 21 Nov 2024 11:04:52 +0100 |
User-agent: | Mozilla Thunderbird |
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
#define TCC_VERSION_MAJOR "0.9."
-- İȃɲ
ƝᵋᵃʳᶩỾ -- MeNearly@gmail.com -- Développeur compulsif |
[Prev in Thread] | Current Thread | [Next in Thread] |