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:
stefanf 2005-05-13 21:12:34 +00:00
parent 5f92e47483
commit b4818c2746

View File

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