mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Put back erroneously-removed definition of 'defines' variable.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user