mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
Remove a couple other vestigial yylex() declarations.
These were workarounds for a long-gone flex bug; all supported versions of flex emit an extern declaration as expected.
This commit is contained in:
@@ -47,9 +47,6 @@ static sigjmp_buf *GUC_flex_fatal_jmp;
|
||||
|
||||
static void FreeConfigVariable(ConfigVariable *item);
|
||||
|
||||
/* flex fails to supply a prototype for yylex, so provide one */
|
||||
int GUC_yylex(void);
|
||||
|
||||
static int GUC_flex_fatal(const char *msg);
|
||||
static char *GUC_scanstr(const char *s);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user