mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +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"
|
#include "extern.h"
|
||||||
|
|
||||||
struct _include_path *include_paths;
|
|
||||||
int ret_value = OK, autocommit = 0;
|
int ret_value = OK, autocommit = 0;
|
||||||
|
struct _include_path *include_paths = NULL;
|
||||||
struct cursor *cur = NULL;
|
struct cursor *cur = NULL;
|
||||||
struct typedefs *types = NULL;
|
struct typedefs *types = NULL;
|
||||||
|
struct _defines *defines = NULL;
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
usage(char *progname)
|
usage(char *progname)
|
||||||
|
Loading…
Reference in New Issue
Block a user