-
- Downloads
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.
Please register or sign in to comment