diff options
Diffstat (limited to 'src/interfaces/ecpg/preproc/extern.h')
-rw-r--r-- | src/interfaces/ecpg/preproc/extern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/preproc/extern.h b/src/interfaces/ecpg/preproc/extern.h index 43f99c9cc71..1fd27655db9 100644 --- a/src/interfaces/ecpg/preproc/extern.h +++ b/src/interfaces/ecpg/preproc/extern.h @@ -71,7 +71,7 @@ extern void add_variable(struct arguments **, struct variable *, struct variable extern void append_variable(struct arguments **, struct variable *, struct variable *); extern void dump_variables(struct arguments *, int); extern struct typedefs *get_typedef(char *); -extern void adjust_array(enum ECPGttype, int *, int *, int, int, bool); +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); |