mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Remove no-longer-needed inclusions to improve backward compatibility
with older bison versions.
This commit is contained in:
@ -5,11 +5,10 @@
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
#include "segparse.h"
|
||||
#include "buffer.h"
|
||||
|
||||
|
||||
/* flex screws a couple symbols when used with the -P otion; fix those */
|
||||
/* flex screws a couple symbols when used with the -P option; fix those */
|
||||
#define YY_DECL int seg_yylex YY_PROTO(( void )); \
|
||||
int seg_yylex YY_PROTO(( void ))
|
||||
#define yylval seg_yylval
|
||||
|
Reference in New Issue
Block a user