aboutsummaryrefslogtreecommitdiffstats
path: root/chez-compat.scm
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2024-09-07 17:47:10 -0400
committerGravatar Peter McGoron 2024-09-07 17:47:10 -0400
commit53a174f8e2621f2ac8d452742fbc6d458983ccc1 (patch)
tree4bb69490f53bb376f376882238c40a1ce1dca999 /chez-compat.scm
parentchange around insert, delete, and update to hide representation (diff)
readtables, first pass
Diffstat (limited to '')
-rw-r--r--chez-compat.scm5
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)))
+