diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-06 20:44:41 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-06 20:44:41 +0000 |
commit | a8cffe1148512531649d897c006d23e36a22342c (patch) | |
tree | 9a8d2547175242f6b81be462ea57e5a732709986 /gcc/c-parse.c | |
parent | dab4c373778583e48cbf58188a1ade923f64dad5 (diff) | |
download | gcc-a8cffe1148512531649d897c006d23e36a22342c.tar.gz |
Copyright fixes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24535 138bc75d-0d04-0410-961f-82ee72b054a4
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 005496ceed8..048afd8e4e8 100644 --- a/gcc/c-parse.c +++ b/gcc/c-parse.c @@ -1197,7 +1197,7 @@ static const short yycheck[] = { 38, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52 }; /* -*-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. @@ -1390,7 +1390,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 *. @@ -3723,7 +3723,7 @@ case 403: 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; |