Hi Noah,
This vaguely rings a bell...
Noah Lavine skribis:
> libguile/bytevectors.c includes .
>
> uniconv.h lives in my system include directory
[...]
> But then on the next line, libguile/bytevectors.c includes .
> That refers to lib/unistr.h, not the system unistr.h.
Could it be that lib/
"Chris K. Jester-Young" skribis:
> * module/ice-9/regex.scm (fold-matches): Set regexp/notbol if the
> starting position is nonzero.
> * test-suite/tests/regexp.test (fold-matches): Check that when
> matching /^foo/ against "foofoofoofoo", only one match results.
> ---
> module/ice-9/regex.s