diff options
author | Zack Weinberg <zack@wolery.cumb.org> | 2000-01-30 03:44:04 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2000-01-30 03:44:04 +0000 |
commit | b919445a10b54b88bfa5b401d6b75685ccf1f660 (patch) | |
tree | ca7614d034fc89297dcb16bf4569da529f59f194 /gcc/c-parse.c | |
parent | 59495f384361d2931f626d4a537b0b5a5edd6ab7 (diff) | |
download | gcc-b919445a10b54b88bfa5b401d6b75685ccf1f660.zip gcc-b919445a10b54b88bfa5b401d6b75685ccf1f660.tar.gz gcc-b919445a10b54b88bfa5b401d6b75685ccf1f660.tar.bz2 |
c-parse.in: Apply Ulrich's changes from c-parse.y.
* c-parse.in: Apply Ulrich's changes from c-parse.y.
* c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
Regenerate.
From-SVN: r31698
Diffstat (limited to 'gcc/c-parse.c')
-rw-r--r-- | gcc/c-parse.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/c-parse.c b/gcc/c-parse.c index 1385fcd..290a79d 100644 --- a/gcc/c-parse.c +++ b/gcc/c-parse.c @@ -1265,7 +1265,7 @@ static const short yycheck[] = { 38, 51, 52, 53, 54 }; /* -*-C-*- Note some compilers choke on comments on `#line' lines. */ -#line 3 "/usr/share/bison.simple" +#line 3 "/usr/share/misc/bison.simple" /* This file comes from bison-1.28. */ /* Skeleton output parser for bison, @@ -1479,7 +1479,7 @@ __yy_memcpy (char *to, char *from, unsigned int count) #endif #endif -#line 217 "/usr/share/bison.simple" +#line 217 "/usr/share/misc/bison.simple" /* The user can define YYPARSE_PARAM as the name of an argument to be passed into yyparse. The argument should have type void *. @@ -3826,7 +3826,7 @@ case 407: break;} } /* the action file gets copied in in place of this dollarsign */ -#line 543 "/usr/share/bison.simple" +#line 543 "/usr/share/misc/bison.simple" yyvsp -= yylen; yyssp -= yylen; |