mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +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)
|
||||
{
|
||||
int tmp;
|
||||
fd_set readset;
|
||||
SELECT_TYPE readset;
|
||||
struct timeval timeout;
|
||||
|
||||
rl_insert (x, k);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue