Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karsten Poeck
ansi-test
Commits
54ccbb07
Commit
54ccbb07
authored
Jan 14, 2003
by
pfdietz
Browse files
Made classify-error more efficient.
parent
b382fbb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/ansi-aux.lsp
View file @
54ccbb07
...
...
@@ -146,8 +146,11 @@ the condition to go uncaught if it cannot be classified."
(control-error () 'control-error)
)))
(defun classify-error** (form)
(classify-error* (eval form)))
(defmacro classify-error (form)
`(classify-error*
(eval
',form)))
`(classify-error*
*
',form)))
;;;
;;; A scaffold is a structure that is used to remember the object
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment