We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9dd03c commit 9a8e233Copy full SHA for 9a8e233
src/backend/utils/misc/guc-file.l
@@ -47,9 +47,6 @@ static sigjmp_buf *GUC_flex_fatal_jmp;
47
48
static void FreeConfigVariable(ConfigVariable *item);
49
50
-/* flex fails to supply a prototype for yylex, so provide one */
51
-int GUC_yylex(void);
52
-
53
static int GUC_flex_fatal(const char *msg);
54
static char *GUC_scanstr(const char *s);
55
src/bin/psql/psqlscan.l
@@ -114,8 +114,6 @@ static int backtick_start_offset;
114
#define LEXRES_OK 3 /* OK completion of backslash argument */
115
116
117
-int yylex(void);
118
119
static void evaluate_backtick(void);
120
static void push_new_buffer(const char *newstr, const char *varname);
121
static void pop_buffer_stack(PsqlScanState state);
0 commit comments