Skip to content
Snippets Groups Projects
Commit a7f2dd34 authored by Tom Lane's avatar Tom Lane
Browse files

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

Some compilers object to seeing extern and later static ...
parent 87ca3bd2
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment