summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/extern.h
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2002-01-13 08:52:09 +0000
committerMichael Meskes <meskes@postgresql.org>2002-01-13 08:52:09 +0000
commit7138a1e5fc034640afe1c570b426b325389377f4 (patch)
treee1a3e4059c240eef50e6aa0638199088b66a44ff /src/interfaces/ecpg/preproc/extern.h
parent4b20cc10326a79289a223fc2f639b52e7f816f7e (diff)
- Fixed variable handling for struct members.
- Removed check for array input. An attribut might store the complete array.
Diffstat (limited to 'src/interfaces/ecpg/preproc/extern.h')
-rw-r--r--src/interfaces/ecpg/preproc/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/preproc/extern.h b/src/interfaces/ecpg/preproc/extern.h
index 985971647bc..358a141025e 100644
--- a/src/interfaces/ecpg/preproc/extern.h
+++ b/src/interfaces/ecpg/preproc/extern.h
@@ -75,7 +75,7 @@ extern void adjust_array(enum ECPGttype, int *, int *, int, int, int);
extern void reset_variables(void);
extern void check_indicator(struct ECPGtype *);
extern void remove_variables(int);
-extern struct variable *new_variable(const char *, struct ECPGtype *);
+extern struct variable *new_variable(const char *, struct ECPGtype *, int);
extern ScanKeyword *ScanKeywordLookup(char *text);
/* return codes */