Commit a7f2dd34 authored by Tom Lane's avatar Tom Lane

Remove bogus extern for 'descriptors' variable, which is in fact static.

Some compilers object to seeing extern and later static ...
parent 87ca3bd2
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment