1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 14:30:34 +02:00

* coop-defs.h (struct coop_t): Added `sto'-field again because of

binary compatibility---let's remove it next time we alter some
major structure.
This commit is contained in:
Mikael Djurfeldt 2000-03-30 23:32:45 +00:00
parent b6cc0ef66d
commit 5c90be5282

View file

@ -85,9 +85,7 @@ struct qt_t;
typedef struct coop_t {
struct qt_t *sp; /* QuickThreads handle. */
#ifndef GUILE_PTHREAD_COMPAT
void *sto; /* `malloc'-allocated stack. */
#endif
struct coop_t *next; /* Next thread in the queue. */