Merge revs 1.2 (kernel printf framework) and 1.3 (suppress K&R main warnings)

into Gcc 3.2.1 release.
This commit is contained in:
David E. O'Brien 2002-12-04 15:48:26 +00:00
parent 304d1f73fe
commit cc30d3f890
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107593

View File

@ -3518,7 +3518,7 @@ start_decl (declarator, declspecs, initialized, attributes)
switch (TREE_CODE (decl))
{
case TYPE_DECL:
error ("typedef `%s' is initialized",
error ("typedef `%s' is initialized (use __typeof__ instead)",
IDENTIFIER_POINTER (DECL_NAME (decl)));
initialized = 0;
break;