projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6a7031
)
Put back erroneously-removed definition of 'defines' variable.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 26 Dec 1999 21:31:35 +0000
(21:31 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 26 Dec 1999 21:31:35 +0000
(21:31 +0000)
src/interfaces/ecpg/preproc/ecpg.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/preproc/ecpg.c
b/src/interfaces/ecpg/preproc/ecpg.c
index a87c779f0addf165efc9ad0809d9625d6bcba180..21b2bc34f0296ebc3f51b946d2f3a85876f0382d 100644
(file)
--- a/
src/interfaces/ecpg/preproc/ecpg.c
+++ b/
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)