mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 22:40:34 +02:00
* iselect.c (add_fd_sets): Insert empty statement after label.
(Thanks to Tim Mooney.)
This commit is contained in:
parent
f6e2fd8bf3
commit
26cbcbf968
1 changed files with 1 additions and 0 deletions
|
@ -238,6 +238,7 @@ add_fd_sets (coop_t *t)
|
|||
if (t->exceptfds != NULL && ((ulongptr) t->exceptfds)[i] != 0)
|
||||
((ulongptr) &gexceptfds)[i] |= ((ulongptr) t->exceptfds)[i];
|
||||
cont_except:
|
||||
;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue