mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 12:20:20 +02:00
* srfi-13.c (scm_init_srfi_13), srfi-14.c (scm_init_srfi_14):
add "srfi/" to lines including .x files so they can be found when build_dir != src_dir.
This commit is contained in:
parent
3c1d130162
commit
485efc12b7
3 changed files with 8 additions and 2 deletions
|
@ -3027,7 +3027,7 @@ void
|
|||
scm_init_srfi_13 (void)
|
||||
{
|
||||
#ifndef SCM_MAGIC_SNARFER
|
||||
#include "srfi-13.x"
|
||||
#include "srfi/srfi-13.x"
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue