mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Put back erroneously-removed definition of 'defines' variable.
This commit is contained in:
parent
a6a70315af
commit
bc036a063d
@ -11,10 +11,12 @@
|
||||
|
||||
#include "extern.h"
|
||||
|
||||
struct _include_path *include_paths;
|
||||
int ret_value = OK, autocommit = 0;
|
||||
struct _include_path *include_paths = NULL;
|
||||
struct cursor *cur = NULL;
|
||||
struct typedefs *types = NULL;
|
||||
struct _defines *defines = NULL;
|
||||
|
||||
|
||||
static void
|
||||
usage(char *progname)
|
||||
|
Loading…
Reference in New Issue
Block a user