mirror of
https://github.com/postgres/postgres.git
synced 2025-07-20 05:03:10 +03:00
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:
@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user