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

Export SYSTEM-AREA-POINTER from ALIEN for consistency.

Export MAKE-ALIEN and FREE-ALIEN from ALIEN.
Export ALIEN-VALUE-TYPE from ALIEN-INTERNALS so that TYPE-OF can use it.
Changed ALIEN-VALUE printer to be less verbose.
Implemented %MAKE-ALIEN and FREE-ALIEN using malloc/free.  Changed MAKE-ALIEN
to accept an alien-type object as well as an Alien type descriptor.
Now that we've implemented FREE-ALIEN, finalize the Aliens created by
interpreted WITH-ALIEN. 
Added an (OPTIMIZE-INTERFACE (SAFETY 2)) declaration on %CAST so that we get a
better type error message.
parent 38e0574b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment