230230 *
231231 *
232232 * IDENTIFICATION
233- * $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.37 1998/09/18 03:02:47 momjian Exp $
233+ * $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.38 1998/09/25 13:45:12 thomas Exp $
234234 *
235235 * HISTORY
236236 * AUTHORDATEMAJOR EVENT
@@ -4361,7 +4361,7 @@ static const short yycheck[] = { 3,
43614361205
43624362};
43634363/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
4364- #line 3 "/usr/local/bison /bison.simple"
4364+ #line 3 "/usr/lib /bison.simple"
43654365
43664366/* Skeleton output parser for bison,
43674367 Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
@@ -4554,7 +4554,7 @@ __yy_memcpy (char *to, char *from, int count)
45544554#endif
45554555#endif
45564556
4557- #line 196 "/usr/local/bison /bison.simple"
4557+ #line 196 "/usr/lib /bison.simple"
45584558
45594559/* The user can define YYPARSE_PARAM as the name of an argument to be passed
45604560 into yyparse. The argument should have type void *.
@@ -10140,7 +10140,7 @@ case 888:
1014010140break ;}
1014110141}
1014210142/* the action file gets copied in in place of this dollarsign */
10143- #line 498 "/usr/local/bison /bison.simple"
10143+ #line 498 "/usr/lib /bison.simple"
1014410144
1014510145yyvsp -= yylen ;
1014610146yyssp -= yylen ;
@@ -10629,10 +10629,6 @@ FlattenStringList(List *list)
1062910629};
1063010630* (s + len )= '\0' ;
1063110631
10632- #ifdef PARSEDEBUG
10633- elog (DEBUG ,"flattened string is \"%s\"\n" ,s );
10634- #endif
10635-
1063610632return s ;
1063710633}/* FlattenStringList() */
1063810634
@@ -10680,10 +10676,6 @@ makeConstantList( A_Const *n)
1068010676elog (ERROR ,"Internal error in makeConstantList(): cannot encode node" );
1068110677};
1068210678
10683- #ifdef PARSEDEBUG
10684- elog (DEBUG ,"AexprConst argument is \"%s\"\n" ,defval );
10685- #endif
10686-
1068710679return result ;
1068810680}/* makeConstantList() */
1068910681
@@ -10709,11 +10701,6 @@ fmtId(char *rawid)
1070910701cp = rawid ;
1071010702};
1071110703
10712- #ifdef PARSEDEBUG
10713- elog (DEBUG ,"fmtId- %sconvert %s to %s\n" ,
10714- ((cp == rawid )?"do not " :"" ),rawid ,cp );
10715- #endif
10716-
1071710704return cp ;
1071810705}
1071910706