|
240 | 240 | *
|
241 | 241 | *
|
242 | 242 | * IDENTIFICATION
|
243 |
| - * $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.67 1999/02/02 20:30:07 momjian Exp $ |
| 243 | + * $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.68 1999/02/06 20:28:11 tgl Exp $ |
244 | 244 | *
|
245 | 245 | * HISTORY
|
246 | 246 | * AUTHOR DATE MAJOR EVENT
|
@@ -4801,7 +4801,7 @@ static const short yycheck[] = { 3,
|
4801 | 4801 | 215
|
4802 | 4802 | };
|
4803 | 4803 | /* -*-C-*- Note some compilers choke on comments on `#line' lines. */
|
4804 |
| -#line 3 "/usr/local/bison/bison.simple" |
| 4804 | +#line 3 "/usr/local/share/bison.simple" |
4805 | 4805 |
|
4806 | 4806 | /* Skeleton output parser for bison,
|
4807 | 4807 | Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
|
@@ -4994,7 +4994,7 @@ __yy_memcpy (char *to, char *from, int count)
|
4994 | 4994 | #endif
|
4995 | 4995 | #endif
|
4996 | 4996 |
|
4997 |
| -#line 196 "/usr/local/bison/bison.simple" |
| 4997 | +#line 196 "/usr/local/share/bison.simple" |
4998 | 4998 |
|
4999 | 4999 | /* The user can define YYPARSE_PARAM as the name of an argument to be passed
|
5000 | 5000 | into yyparse. The argument should have type void *.
|
@@ -8017,8 +8017,8 @@ case 478:
|
8017 | 8017 | * feature. If it makes troubles we will have to add
|
8018 | 8018 | * a new rule and change this to prevent INTOs in
|
8019 | 8019 | * Subselects again */
|
8020 |
| - n->istemp = (bool)((A_Const *)lfirst(yyvsp[-4].list))->val.val.ival; |
8021 |
| - n->into = (char *)lnext(yyvsp[-4].list); |
| 8020 | + n->istemp = (bool) ((Value *) lfirst(yyvsp[-4].list))->val.ival; |
| 8021 | + n->into = (char *) lnext(yyvsp[-4].list); |
8022 | 8022 |
|
8023 | 8023 | n->fromClause = yyvsp[-3].list;
|
8024 | 8024 | n->whereClause = yyvsp[-2].node;
|
@@ -11109,7 +11109,7 @@ case 962:
|
11109 | 11109 | break;}
|
11110 | 11110 | }
|
11111 | 11111 | /* the action file gets copied in in place of this dollarsign */
|
11112 |
| -#line 498 "/usr/local/bison/bison.simple" |
| 11112 | +#line 498 "/usr/local/share/bison.simple" |
11113 | 11113 |
|
11114 | 11114 | yyvsp -= yylen;
|
11115 | 11115 | yyssp -= yylen;
|
|
0 commit comments