]> granicus.if.org Git - postgresql/commitdiff
Put back erroneously-removed definition of 'defines' variable.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 26 Dec 1999 21:31:35 +0000 (21:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 26 Dec 1999 21:31:35 +0000 (21:31 +0000)
src/interfaces/ecpg/preproc/ecpg.c

index a87c779f0addf165efc9ad0809d9625d6bcba180..21b2bc34f0296ebc3f51b946d2f3a85876f0382d 100644 (file)
 
 #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)