mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Fix of binary literals. Bump version to 0.3.32. Renamed rotate_right and rotate_left to rotl and rotr which are the commonly used names.
This commit is contained in:
@@ -1126,6 +1126,7 @@ static Expr *parse_integer(ParseContext *c, Expr *left)
|
||||
}
|
||||
break;
|
||||
case 'b':
|
||||
is_unsigned = true;
|
||||
max = UINT64_MAX >> 1;
|
||||
for (size_t loc = 2; loc < len; loc++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user