1
Fork 0
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:
Mikael Djurfeldt 2000-04-03 19:45:20 +00:00
parent f6e2fd8bf3
commit 26cbcbf968

View file

@ -238,6 +238,7 @@ add_fd_sets (coop_t *t)
if (t->exceptfds != NULL && ((ulongptr) t->exceptfds)[i] != 0) if (t->exceptfds != NULL && ((ulongptr) t->exceptfds)[i] != 0)
((ulongptr) &gexceptfds)[i] |= ((ulongptr) t->exceptfds)[i]; ((ulongptr) &gexceptfds)[i] |= ((ulongptr) t->exceptfds)[i];
cont_except: cont_except:
;
} }
} }