mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Dev (#404)
Remove 'errtype' name and reduce Expr / TypeInfo memory footprint.
This commit is contained in:
committed by
GitHub
parent
069a2d40cb
commit
322d714305
@@ -2,7 +2,7 @@ module base64;
|
||||
// Based on the C2 version.
|
||||
|
||||
|
||||
errtype DecodingError
|
||||
optenum DecodingError
|
||||
{
|
||||
INVALID_CHARACTER
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user