diff options
Diffstat (limited to 'src/include/parser/parser.h')
-rw-r--r-- | src/include/parser/parser.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/parser/parser.h b/src/include/parser/parser.h index 296e8d748fc..7b2ae28ab62 100644 --- a/src/include/parser/parser.h +++ b/src/include/parser/parser.h @@ -8,7 +8,7 @@ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/parser.h,v 1.27 2009/07/13 00:42:17 tgl Exp $ + * $PostgreSQL: pgsql/src/include/parser/parser.h,v 1.28 2009/11/12 01:13:12 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -31,11 +31,9 @@ extern bool escape_string_warning; extern PGDLLIMPORT bool standard_conforming_strings; -/* Primary entry points for the raw parsing functions */ +/* Primary entry point for the raw parsing functions */ extern List *raw_parser(const char *str); -extern char *pg_parse_string_token(const char *token); - /* Utility functions exported by gram.y (perhaps these should be elsewhere) */ extern List *SystemFuncName(char *name); extern TypeName *SystemTypeName(char *name); |