improved error reporting for initialization expressions

miscellaneous changes
This commit is contained in:
dick
1986-03-14 16:15:16 +00:00
parent 6e53274b6a
commit c80f2c0817
15 changed files with 197 additions and 136 deletions

View File

@@ -396,7 +396,7 @@ add_field(szp, fd, pfd_type, idf, stp)
case LONG:
/* right type; size OK? */
if ((*pfd_type)->tp_size > word_size) {
error("bit field type %s doesn't fit in word",
error("bit field type %s does not fit in a word",
symbol2str((*pfd_type)->tp_fund));
*pfd_type = error_type;
return field_offset;