mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix regression causing text output.
This commit is contained in:
@@ -186,7 +186,6 @@ macro bool is_ref_indexable($Type) @const
|
||||
|
||||
macro bool is_flat_intlike($Type) @const
|
||||
{
|
||||
$echo $Type.nameof;
|
||||
$switch $Type.kindof:
|
||||
$case SIGNED_INT:
|
||||
$case UNSIGNED_INT:
|
||||
|
||||
Reference in New Issue
Block a user