diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1998-09-15 02:25:09 +0000 | 
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1998-09-15 02:25:09 +0000 | 
| commit | 672bc164ce5c2ab8eb485655570b4571defd6c55 (patch) | |
| tree | 320e170ec3550f7dd85cba8159c6bd23bcb92abd /src/backend/parser/gram.c | |
| parent | e70798db013833f0c73f7e5f2855c5cadda44a59 (diff) | |
Forgot to remove README-1ST from the repository ...
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 ae4d179d172..10e4dec68c5 100644 --- a/src/backend/parser/gram.c +++ b/src/backend/parser/gram.c @@ -230,7 +230,7 @@   *   *   * IDENTIFICATION - *	  $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.35 1998/09/13 04:20:16 thomas Exp $ + *	  $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.36 1998/09/15 02:25:05 scrappy Exp $   *   * HISTORY   *	  AUTHOR			DATE			MAJOR EVENT @@ -4284,7 +4284,7 @@ static const short yycheck[] = {     3,      -1,    -1,    -1,    -1,    -1,    -1,   205  };  /* -*-C-*-  Note some compilers choke on comments on `#line' lines.  */ -#line 3 "/usr/lib/bison.simple" +#line 3 "/usr/share/misc/bison.simple"  /* Skeleton output parser for bison,     Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc. @@ -4477,7 +4477,7 @@ __yy_memcpy (char *to, char *from, int count)  #endif  #endif -#line 196 "/usr/lib/bison.simple" +#line 196 "/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 *. @@ -10041,7 +10041,7 @@ case 886:      break;}  }     /* the action file gets copied in in place of this dollarsign */ -#line 498 "/usr/lib/bison.simple" +#line 498 "/usr/share/misc/bison.simple"    yyvsp -= yylen;    yyssp -= yylen; | 
