Skip to content
Snippets Groups Projects
Commit cd7aa82e authored by ram's avatar ram
Browse files

Added definition of PARSE-UNKNOWN-TYPE condition.

parent fb650eb9
No related branches found
No related tags found
No related merge requests found
...@@ -131,6 +131,10 @@ ...@@ -131,6 +131,10 @@
(dolist (x '(sap-ref-8 sap-ref-16 sap-ref-32)) (dolist (x '(sap-ref-8 sap-ref-16 sap-ref-32))
(fmakunbound x)) (fmakunbound x))
(in-package "C")
(define-condition parse-unknown-type (condition)
(specifier))
(in-package "USER") (in-package "USER")
;;; Hack until real definition exists: ;;; Hack until real definition exists:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment