Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7845954

Browse files
author
Michael Meskes
committed
Committed again to add the missing files/patches.
1 parent 949af99 commit 7845954

File tree

4 files changed

+181
-149
lines changed

4 files changed

+181
-149
lines changed

src/interfaces/ecpg/preproc/extern.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ extern void add_variable(struct arguments **, struct variable *, struct variable
7171
extern void append_variable(struct arguments **, struct variable *, struct variable *);
7272
extern void dump_variables(struct arguments *, int);
7373
extern struct typedefs *get_typedef(char *);
74-
extern void adjust_array(enum ECPGttype, int *, int *, int, int, bool);
74+
extern void adjust_array(enum ECPGttype, int *, int *, int, int, int);
7575
extern void reset_variables(void);
7676
extern void check_indicator(struct ECPGtype *);
7777
extern void remove_variables(int);

0 commit comments

Comments
 (0)