diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-10-09 21:28:50 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-10-09 21:28:50 +0000 |
commit | 2ac3173d75a8c09089a82f273144fe56b5639729 (patch) | |
tree | df8a7ea93e802b2ac5dd6fd0ef0dd0d59972daa7 /src/backend/parser/gram.c | |
parent | 0044a1bc1d506e83c9f97cba003188a953834739 (diff) | |
download | postgresql-2ac3173d75a8c09089a82f273144fe56b5639729.tar.gz postgresql-2ac3173d75a8c09089a82f273144fe56b5639729.zip |
major/minor shared name cleanup
Diffstat (limited to 'src/backend/parser/gram.c')
-rw-r--r-- | src/backend/parser/gram.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/parser/gram.c b/src/backend/parser/gram.c index 53e979b4b83..1db4867fc4f 100644 --- a/src/backend/parser/gram.c +++ b/src/backend/parser/gram.c @@ -229,7 +229,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.43 1998/10/09 07:06:37 thomas Exp $ + * $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.44 1998/10/09 21:28:42 momjian Exp $ * * HISTORY * AUTHOR DATE MAJOR EVENT @@ -4450,7 +4450,7 @@ static const short yycheck[] = { 3, -1, -1, -1, -1, -1, -1, -1, -1, 204 }; /* -*-C-*- Note some compilers choke on comments on `#line' lines. */ -#line 3 "/usr/lib/bison.simple" +#line 3 "/usr/local/bison/bison.simple" /* Skeleton output parser for bison, Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc. @@ -4643,7 +4643,7 @@ __yy_memcpy (char *to, char *from, int count) #endif #endif -#line 196 "/usr/lib/bison.simple" +#line 196 "/usr/local/bison/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 *. @@ -10398,7 +10398,7 @@ case 929: break;} } /* the action file gets copied in in place of this dollarsign */ -#line 498 "/usr/lib/bison.simple" +#line 498 "/usr/local/bison/bison.simple" yyvsp -= yylen; yyssp -= yylen; |