Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 672bc16

Browse files
committed
Forgot to remove README-1ST from the repository ...
1 parent e70798d commit 672bc16

File tree

3 files changed

+1033
-1186
lines changed

3 files changed

+1033
-1186
lines changed

README-1ST

-13
This file was deleted.

src/backend/parser/gram.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
*
231231
*
232232
* IDENTIFICATION
233-
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.35 1998/09/13 04:20:16 thomas Exp $
233+
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.36 1998/09/15 02:25:05 scrappy Exp $
234234
*
235235
* HISTORY
236236
* AUTHOR DATE MAJOR EVENT
@@ -4284,7 +4284,7 @@ static const short yycheck[] = { 3,
42844284
-1, -1, -1, -1, -1, -1, 205
42854285
};
42864286
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
4287-
#line 3 "/usr/lib/bison.simple"
4287+
#line 3 "/usr/share/misc/bison.simple"
42884288

42894289
/* Skeleton output parser for bison,
42904290
Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
@@ -4477,7 +4477,7 @@ __yy_memcpy (char *to, char *from, int count)
44774477
#endif
44784478
#endif
44794479

4480-
#line 196 "/usr/lib/bison.simple"
4480+
#line 196 "/usr/share/misc/bison.simple"
44814481

44824482
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
44834483
into yyparse. The argument should have type void *.
@@ -10041,7 +10041,7 @@ case 886:
1004110041
break;}
1004210042
}
1004310043
/* the action file gets copied in in place of this dollarsign */
10044-
#line 498 "/usr/lib/bison.simple"
10044+
#line 498 "/usr/share/misc/bison.simple"
1004510045

1004610046
yyvsp -= yylen;
1004710047
yyssp -= yylen;

0 commit comments

Comments
 (0)