1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-16 00:04:59 +00:00
Nick Briggs 215a22ea9f Introduce functions to convert between lisp addresses and native pointers
Instead of using a single macro that converts from a lisp pointer to
  a native pointer to a 2-byte aligned item then perhaps casting to objects
  that require 4-byte alignment... use separate functions for 2-byte and
  4-byte aligned pointer results.  The clients should be explicit about
  which alignment they require, and the conversion functions can check
  (perhaps in DEBUG mode) that the resulting pointer is on an appropriate
  boundary.

  This commit defines the functions but does not introduce any uses.
2022-09-01 12:53:23 -07:00
..
2021-06-27 19:02:02 -07:00
2022-08-15 16:19:38 -07:00
2021-01-05 10:26:02 -08:00
2022-08-15 16:19:38 -07:00
2021-11-26 19:53:26 -08:00
2022-08-15 16:19:38 -07:00
2021-09-15 10:30:04 -07:00
2021-02-10 20:33:54 -08:00
2022-08-14 11:44:27 -07:00
2020-12-21 18:09:14 +00:00
2021-07-08 15:18:41 -07:00
2021-02-22 09:44:43 -08:00