mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 17:50:29 +02:00
Merge remote-tracking branch 'origin/stable-2.0'
Moved scm_i_struct_hash from struct.c to hash.c and made it static. The port's alist is now a field of 'scm_t_port'. Conflicts: libguile/arrays.c libguile/hash.c libguile/ports.c libguile/print.h libguile/read.c
This commit is contained in:
commit
fa980bcc0f
53 changed files with 1677 additions and 531 deletions
|
@ -28,7 +28,7 @@ EXTRA_DIST= \
|
|||
guild.in guile-config.in
|
||||
|
||||
# What we now call `guild' used to be known as `guile-tools'.
|
||||
install-data-hook:
|
||||
install-exec-hook:
|
||||
guild="`echo $(ECHO_N) guild \
|
||||
| $(SED) -e '$(program_transform_name)'`$(EXEEXT)" ; \
|
||||
guile_tools="`echo $(ECHO_N) guile-tools \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue