Commit bc036a06 authored by Tom Lane's avatar Tom Lane

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

parent a6a70315
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment