mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Eliminate function start_parse_fh and macro YY_INPUT
This commit is contained in:
@ -5,7 +5,6 @@ char *token;
|
||||
int tokenlen;
|
||||
int tsearch_yylex(void);
|
||||
void start_parse_str(char *, int);
|
||||
void start_parse_fh(FILE *, int);
|
||||
void end_parse(void);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user