1
0
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:
Teodor Sigaev
2003-08-15 13:44:35 +00:00
parent 432ca9116b
commit d3fe721a40
4 changed files with 0 additions and 79 deletions

View File

@ -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