diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-01-06 13:44:41 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-01-06 13:44:41 -0700 |
commit | 4283012f9f501d5014c5f78d7abf48d76327c18a (patch) | |
tree | 9a8d2547175242f6b81be462ea57e5a732709986 /gcc/c-parse.c | |
parent | 2650c4e3e39404d5f68a8e0bf44294cdf3d002ac (diff) | |
download | gcc-4283012f9f501d5014c5f78d7abf48d76327c18a.zip gcc-4283012f9f501d5014c5f78d7abf48d76327c18a.tar.gz gcc-4283012f9f501d5014c5f78d7abf48d76327c18a.tar.bz2 |
Copyright fixes.
From-SVN: r24535
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 005496c..048afd8 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; |