Skip to content
Snippets Groups Projects
Commit bc036a06 authored by Tom Lane's avatar Tom Lane
Browse files

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

parent a6a70315
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment