mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
* readline.c (match_paren): Use SELECT_TYPE, not fd_set, for type
of readset.
This commit is contained in:
parent
f635d2d4d6
commit
aba2031abc
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ static int
|
||||||
match_paren (int x, int k)
|
match_paren (int x, int k)
|
||||||
{
|
{
|
||||||
int tmp;
|
int tmp;
|
||||||
fd_set readset;
|
SELECT_TYPE readset;
|
||||||
struct timeval timeout;
|
struct timeval timeout;
|
||||||
|
|
||||||
rl_insert (x, k);
|
rl_insert (x, k);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue