mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 15:40:19 +02:00
*** empty log message ***
This commit is contained in:
parent
a61f4e0c61
commit
d2e53ed6f8
56 changed files with 392 additions and 923 deletions
|
@ -162,7 +162,7 @@ SCM_DEFINE (scm_make_regexp, "make-regexp", 1, 0, 1,
|
|||
turn off REG_EXTENDED flag (on by default). */
|
||||
cflags = REG_EXTENDED;
|
||||
flag = flags;
|
||||
while (!SCM_NULLP (flag))
|
||||
while (!scm_is_null (flag))
|
||||
{
|
||||
if (scm_to_int (SCM_CAR (flag)) == REG_BASIC)
|
||||
cflags &= ~REG_EXTENDED;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue