The header glue.h should provide just a declaration for the variable

__sglue, not a definition.

PR:		80378
Submitted by:	John Engelhart <johne@zang.com>
MFC after:	1 week
This commit is contained in:
Stefan Farfeleder 2005-05-13 21:12:34 +00:00
parent d928d41c84
commit c29f424e01

View File

@ -45,4 +45,5 @@ struct glue {
struct glue *next;
int niobs;
FILE *iobs;
} __sglue;
};
extern struct glue __sglue;