mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-26 03:51:32 +00:00
The "fillpointer" and "totalsize" fields of the array header and the "offst" of the sequence descriptor were declared as LispPTR, an unsigned type that represents an offset into the Lisp memory, however the Lisp datatype declaration indicates that these are FIXP (int32_t) rather than pointers.
6.5 KiB
6.5 KiB