1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 09:10:22 +02:00

Branched for 1.8 series.

* GUILE-VERSION: Bumped version numbers.

	* configure.in: Removed --enable-arrays option.

	* srfi-1.scm, srfi-60.scm: Updated versions in library name to
	match GUILE-VERSION.

	* goops.texi (Basic Generic Function Creation): Added blurb about
	merge-generics duplicates handler from NEWS-
This commit is contained in:
Marius Vollmer 2006-02-05 22:49:28 +00:00
parent dda1922695
commit c98f12f1a5
12 changed files with 152 additions and 218 deletions

View file

@ -44,7 +44,7 @@
logbit?
ash))
(load-extension "libguile-srfi-srfi-60-v-1" "scm_init_srfi_60")
(load-extension "libguile-srfi-srfi-60-v-2" "scm_init_srfi_60")
(define bitwise-and logand)
(define bitwise-ior logior)