1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

Code layout fix

This commit is contained in:
Mikael Djurfeldt 2000-06-13 11:14:35 +00:00
parent e36a087045
commit 6c56304f22

View file

@ -201,7 +201,7 @@ SCM_DEFINE (scm_make_regexp, "make-regexp", 1, 0, 1,
flag = SCM_CDR (flag);
}
rx = SCM_MUST_MALLOC_TYPE(regex_t);
rx = SCM_MUST_MALLOC_TYPE (regex_t);
status = regcomp (rx, SCM_ROCHARS (pat),
/* Make sure they're not passing REG_NOSUB;
regexp-exec assumes we're getting match data. */