Regenerated.
From-SVN: r31694
This commit is contained in:
parent
d828f724aa
commit
114356ad7c
@ -1265,7 +1265,7 @@ static const short yycheck[] = { 38,
|
|||||||
51, 52, 53, 54
|
51, 52, 53, 54
|
||||||
};
|
};
|
||||||
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
|
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
|
||||||
#line 3 "/usr/share/misc/bison.simple"
|
#line 3 "/usr/share/bison.simple"
|
||||||
/* This file comes from bison-1.28. */
|
/* This file comes from bison-1.28. */
|
||||||
|
|
||||||
/* Skeleton output parser for bison,
|
/* Skeleton output parser for bison,
|
||||||
@ -1479,7 +1479,7 @@ __yy_memcpy (char *to, char *from, unsigned int count)
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#line 217 "/usr/share/misc/bison.simple"
|
#line 217 "/usr/share/bison.simple"
|
||||||
|
|
||||||
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
|
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
|
||||||
into yyparse. The argument should have type void *.
|
into yyparse. The argument should have type void *.
|
||||||
@ -2088,7 +2088,7 @@ case 62:
|
|||||||
tree type = yyvsp[-5].ttype;
|
tree type = yyvsp[-5].ttype;
|
||||||
finish_init ();
|
finish_init ();
|
||||||
|
|
||||||
if (pedantic && ! flag_isoc9x)
|
if (pedantic && ! flag_isoc99)
|
||||||
pedwarn ("ANSI C forbids constructor expressions");
|
pedwarn ("ANSI C forbids constructor expressions");
|
||||||
if (TYPE_NAME (type) != 0)
|
if (TYPE_NAME (type) != 0)
|
||||||
{
|
{
|
||||||
@ -2833,8 +2833,8 @@ case 224:
|
|||||||
case 225:
|
case 225:
|
||||||
#line 1231 "c-parse.y"
|
#line 1231 "c-parse.y"
|
||||||
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-3].ttype, NULL_TREE);
|
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-3].ttype, NULL_TREE);
|
||||||
if (! flag_isoc9x)
|
if (! flag_isoc99)
|
||||||
error ("`[*]' in parameter declaration only allowed in ISO C 9x");
|
error ("`[*]' in parameter declaration only allowed in ISO C 99");
|
||||||
;
|
;
|
||||||
break;}
|
break;}
|
||||||
case 226:
|
case 226:
|
||||||
@ -2868,8 +2868,8 @@ case 233:
|
|||||||
case 234:
|
case 234:
|
||||||
#line 1265 "c-parse.y"
|
#line 1265 "c-parse.y"
|
||||||
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-3].ttype, NULL_TREE);
|
{ yyval.ttype = build_nt (ARRAY_REF, yyvsp[-3].ttype, NULL_TREE);
|
||||||
if (! flag_isoc9x)
|
if (! flag_isoc99)
|
||||||
error ("`[*]' in parameter declaration only allowed in ISO C 9x");
|
error ("`[*]' in parameter declaration only allowed in ISO C 99");
|
||||||
;
|
;
|
||||||
break;}
|
break;}
|
||||||
case 235:
|
case 235:
|
||||||
@ -2970,7 +2970,7 @@ case 257:
|
|||||||
break;}
|
break;}
|
||||||
case 261:
|
case 261:
|
||||||
#line 1349 "c-parse.y"
|
#line 1349 "c-parse.y"
|
||||||
{ if (pedantic && ! flag_isoc9x)
|
{ if (pedantic && ! flag_isoc99)
|
||||||
pedwarn ("comma at end of enumerator list"); ;
|
pedwarn ("comma at end of enumerator list"); ;
|
||||||
break;}
|
break;}
|
||||||
case 262:
|
case 262:
|
||||||
@ -3826,7 +3826,7 @@ case 407:
|
|||||||
break;}
|
break;}
|
||||||
}
|
}
|
||||||
/* the action file gets copied in in place of this dollarsign */
|
/* the action file gets copied in in place of this dollarsign */
|
||||||
#line 543 "/usr/share/misc/bison.simple"
|
#line 543 "/usr/share/bison.simple"
|
||||||
|
|
||||||
yyvsp -= yylen;
|
yyvsp -= yylen;
|
||||||
yyssp -= yylen;
|
yyssp -= yylen;
|
||||||
|
Loading…
Reference in New Issue
Block a user