[EMAIL PROTECTED] (Ludovic Courtès) writes:

>       * srfi/srfi-34.scm: Don't export `raise', replace it instead
>         (because `raise' otherwise overrides a code binding).

These two 'raise' funtions are very different: one raises a Unix
signal, the other raises an exception.  So I'd say the warning is OK.

>       * srfi/srfi-60.scm: Don't export `bit-count', replace it
>           instead.

The same is true for 'bit-count' as Kevin pointed out. 

If you don't want to warning, you can define your own way of handling
duplicates.  See the NEWS file for docs about the options.

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to