mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 06:41:13 +02:00
srfi-34 #:replace raise fix
* module/srfi/srfi-34.scm: #:replace the binding for `raise'
This commit is contained in:
parent
8c65549416
commit
de976b75cd
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
;;; srfi-34.scm --- Exception handling for programs
|
;;; srfi-34.scm --- Exception handling for programs
|
||||||
|
|
||||||
;; Copyright (C) 2003, 2006, 2008 Free Software Foundation, Inc.
|
;; Copyright (C) 2003, 2006, 2008, 2010 Free Software Foundation, Inc.
|
||||||
;;
|
;;
|
||||||
;; This library is free software; you can redistribute it and/or
|
;; This library is free software; you can redistribute it and/or
|
||||||
;; modify it under the terms of the GNU Lesser General Public
|
;; modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -27,8 +27,8 @@
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(define-module (srfi srfi-34)
|
(define-module (srfi srfi-34)
|
||||||
#:export (with-exception-handler
|
#:export (with-exception-handler)
|
||||||
raise)
|
#:replace (raise)
|
||||||
#:export-syntax (guard))
|
#:export-syntax (guard))
|
||||||
|
|
||||||
(cond-expand-provide (current-module) '(srfi-34))
|
(cond-expand-provide (current-module) '(srfi-34))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue