Put back erroneously-removed definition of 'defines' variable.

REL7_0_PATCHES
Tom Lane 26 years ago
parent a6a70315af
commit bc036a063d
  1. 4
      src/interfaces/ecpg/preproc/ecpg.c

@ -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…
Cancel
Save