Remove bogus extern for 'descriptors' variable, which is in fact static.
Some compilers object to seeing extern and later static ...
This commit is contained in:
parent
87ca3bd294
commit
a7f2dd347b
@ -36,7 +36,6 @@ extern struct when when_error,
|
||||
when_nf,
|
||||
when_warn;
|
||||
extern struct ECPGstruct_member *struct_member_list[STRUCT_DEPTH];
|
||||
extern struct descriptor *descriptors;
|
||||
|
||||
/* functions */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user