mirror of
https://github.com/cc65/cc65.git
synced 2025-08-09 13:25:06 +00:00
Adjusted project name.
This commit is contained in:
@@ -692,7 +692,7 @@ static int ParseFieldWidth (Declaration* Decl)
|
||||
|
||||
if (SizeOf (Decl->Type) != SizeOf (type_uint)) {
|
||||
/* Only int sized types may be used for bit-fields for now */
|
||||
Error ("CC65 currently only supports unsigned int bit-fields");
|
||||
Error ("cc65 currently only supports unsigned int bit-fields");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user