mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-04 22:40:25 +02:00
Changes from arch/CVS synchronization
This commit is contained in:
parent
8edec42a34
commit
3b58a13b8b
8 changed files with 50 additions and 5 deletions
|
@ -29,6 +29,7 @@
|
|||
exception:wrong-num-args exception:wrong-type-arg
|
||||
exception:numerical-overflow
|
||||
exception:struct-set!-denied
|
||||
exception:system-error
|
||||
exception:miscellaneous-error
|
||||
exception:string-contains-nul
|
||||
|
||||
|
@ -257,6 +258,8 @@
|
|||
(cons 'numerical-overflow "^Numerical overflow"))
|
||||
(define exception:struct-set!-denied
|
||||
(cons 'misc-error "^set! denied for field"))
|
||||
(define exception:system-error
|
||||
(cons 'system-error ".*"))
|
||||
(define exception:miscellaneous-error
|
||||
(cons 'misc-error "^.*"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue