diff options
| author | 2024-09-07 17:47:10 -0400 | |
|---|---|---|
| committer | 2024-09-07 17:47:10 -0400 | |
| commit | 53a174f8e2621f2ac8d452742fbc6d458983ccc1 (patch) | |
| tree | 4bb69490f53bb376f376882238c40a1ce1dca999 /chez-compat.scm | |
| parent | change around insert, delete, and update to hide representation (diff) | |
readtables, first pass
Diffstat (limited to '')
| -rw-r--r-- | chez-compat.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chez-compat.scm b/chez-compat.scm index 39cb31a..f400a3e 100644 --- a/chez-compat.scm +++ b/chez-compat.scm @@ -47,3 +47,8 @@ (begin evaluated ...) (cond-expand rest ...))))) +(define %r6rs-error error) + +(define (error . rest) + (apply %r6rs-error (cons "UNSLISP" rest))) + |
