mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 22:40: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:
parent
b6cc0ef66d
commit
5c90be5282
1 changed files with 0 additions and 2 deletions
|
@ -85,9 +85,7 @@ struct qt_t;
|
||||||
|
|
||||||
typedef struct coop_t {
|
typedef struct coop_t {
|
||||||
struct qt_t *sp; /* QuickThreads handle. */
|
struct qt_t *sp; /* QuickThreads handle. */
|
||||||
#ifndef GUILE_PTHREAD_COMPAT
|
|
||||||
void *sto; /* `malloc'-allocated stack. */
|
void *sto; /* `malloc'-allocated stack. */
|
||||||
#endif
|
|
||||||
|
|
||||||
struct coop_t *next; /* Next thread in the queue. */
|
struct coop_t *next; /* Next thread in the queue. */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue