diff options
Diffstat (limited to 'src/include/parser/scansup.h')
-rw-r--r-- | src/include/parser/scansup.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/parser/scansup.h b/src/include/parser/scansup.h index 7a6ee529ae0..5bc426660df 100644 --- a/src/include/parser/scansup.h +++ b/src/include/parser/scansup.h @@ -1,8 +1,7 @@ /*------------------------------------------------------------------------- * * scansup.h - * scanner support routines. used by both the bootstrap lexer - * as well as the normal lexer + * scanner support routines used by the core lexer * * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California @@ -15,8 +14,6 @@ #ifndef SCANSUP_H #define SCANSUP_H -extern char *scanstr(const char *s); - extern char *downcase_truncate_identifier(const char *ident, int len, bool warn); |