diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-05-12 17:46:50 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-05-12 17:46:50 +0000 |
commit | 1b70585d4b41b3ffa4532b9ed72ae9ac9d920206 (patch) | |
tree | 41c3cd15c7d917fb5277189947c2fe62a6fbcf41 /src/backend/parser/gram.c | |
parent | c312583767d9f343de76a4414e3950e6de61fbf1 (diff) |
Someone remove a #define too much from pg_proc.h which breaks
compiling nbtsearch.c after configuring with --enable-cassert.
Patch below.
-- --------------------------------------------- Göran Thyni,
sysadm, JMS Bildbasen, Kiruna
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 b37dc188969..78828cd74b2 100644 --- a/src/backend/parser/gram.c +++ b/src/backend/parser/gram.c @@ -218,7 +218,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.10 1998/05/09 23:27:14 thomas Exp $ + * $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.11 1998/05/12 17:46:46 momjian Exp $ * * HISTORY * AUTHOR DATE MAJOR EVENT @@ -3978,7 +3978,7 @@ static const short yycheck[] = { 3, -1, -1, 192 }; /* -*-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. @@ -4171,7 +4171,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 *. @@ -9517,7 +9517,7 @@ case 846: 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; |