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

This commit is contained in:
Tom Lane 1999-12-26 21:31:35 +00:00
parent a6a70315af
commit bc036a063d
1 changed files with 3 additions and 1 deletions

View File

@ -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)