mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +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
|
@ -1,3 +1,9 @@
|
||||||
|
2001-04-27 Gary Houston <ghouston@arglist.com>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
2001-04-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
|
2001-04-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
|
||||||
|
|
||||||
* Makefile.am (srfi_DATA): Added srfi-9.scm.
|
* Makefile.am (srfi_DATA): Added srfi-9.scm.
|
||||||
|
|
|
@ -3027,7 +3027,7 @@ void
|
||||||
scm_init_srfi_13 (void)
|
scm_init_srfi_13 (void)
|
||||||
{
|
{
|
||||||
#ifndef SCM_MAGIC_SNARFER
|
#ifndef SCM_MAGIC_SNARFER
|
||||||
#include "srfi-13.x"
|
#include "srfi/srfi-13.x"
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1356,6 +1356,6 @@ scm_init_srfi_14 (void)
|
||||||
scm_set_smob_print (scm_tc16_charset, charset_print);
|
scm_set_smob_print (scm_tc16_charset, charset_print);
|
||||||
|
|
||||||
#ifndef SCM_MAGIC_SNARFER
|
#ifndef SCM_MAGIC_SNARFER
|
||||||
#include "srfi-14.x"
|
#include "srfi/srfi-14.x"
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue