diff options
Diffstat (limited to 'src/include/parser/scansup.h')
| -rw-r--r-- | src/include/parser/scansup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/parser/scansup.h b/src/include/parser/scansup.h index 377f0181a4..fb2980bd17 100644 --- a/src/include/parser/scansup.h +++ b/src/include/parser/scansup.h @@ -18,10 +18,10 @@ extern char *scanstr(const char *s); extern char *downcase_truncate_identifier(const char *ident, int len, - bool warn); + bool warn); extern char *downcase_identifier(const char *ident, int len, - bool warn, bool truncate); + bool warn, bool truncate); extern void truncate_identifier(char *ident, int len, bool warn); |
