mirror of
https://github.com/postgres/postgres.git
synced 2025-09-09 13:09:39 +03:00
Mark some more variables as static or include the appropriate header
Detected by clang's -Wmissing-variable-declarations. From: Andres Freund <andres@anarazel.de>
This commit is contained in:
@@ -56,7 +56,7 @@ static bool isdefine(void);
|
||||
static bool isinformixdefine(void);
|
||||
|
||||
char *token_start;
|
||||
int state_before;
|
||||
static int state_before;
|
||||
|
||||
struct _yy_buffer
|
||||
{
|
||||
|
Reference in New Issue
Block a user