diff options
author | Jason Merrill <jason@gcc.gnu.org> | 1999-03-28 08:55:18 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1999-03-28 08:55:18 -0500 |
commit | 41bc80f4beb3b7e17e5165eb27fd82c7b8552d9c (patch) | |
tree | 81dda6c124235d115c1f99161e78c6a967a6dc3c /gcc/cp | |
parent | bb60ffa05e3b903110094f4be9e186f75497931e (diff) | |
download | gcc-41bc80f4beb3b7e17e5165eb27fd82c7b8552d9c.zip gcc-41bc80f4beb3b7e17e5165eb27fd82c7b8552d9c.tar.gz gcc-41bc80f4beb3b7e17e5165eb27fd82c7b8552d9c.tar.bz2 |
update
From-SVN: r26041
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/parse.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/cp/parse.c b/gcc/cp/parse.c index 4ae0f0f..b2b1c58 100644 --- a/gcc/cp/parse.c +++ b/gcc/cp/parse.c @@ -3637,7 +3637,7 @@ static const short yycheck[] = { 4, 82, 83, 84 }; /* -*-C-*- Note some compilers choke on comments on `#line' lines. */ -#line 3 "/usr/local/gnu/share/bison.simple" +#line 3 "/usr/cygnus/gnupro-98r2/share/bison.simple" /* Skeleton output parser for bison, Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc. @@ -3830,7 +3830,7 @@ __yy_memcpy (char *to, char *from, int count) #endif #endif -#line 196 "/usr/local/gnu/share/bison.simple" +#line 196 "/usr/cygnus/gnupro-98r2/share/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 *. @@ -6471,7 +6471,7 @@ case 542: Therefore, the rules for components take care of this processing. To avoid registering the components more than once, we send NULL_TREE up - here; that lets finish_member_declaration now + here; that lets finish_member_declaration know that there is nothing to do. */ if (!yyvsp[0].itype) grok_x_components (yyvsp[-1].ftype.t); @@ -7887,7 +7887,7 @@ case 877: break;} } /* the action file gets copied in in place of this dollarsign */ -#line 498 "/usr/local/gnu/share/bison.simple" +#line 498 "/usr/cygnus/gnupro-98r2/share/bison.simple" yyvsp -= yylen; yyssp -= yylen; |