1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-21 14:47:59 +00:00
Files
Interlisp.maiko/inc/gcfinaldefs.h
Nick Briggs 31fcfb36ca Cleans up linkblock implementation to increase clarity
Procedure can be static as it is only used within this file
  Uses consistent naming (_np) for native pointer equivalents of Lisp
    addresses, and better matches Lisp implementation naming of variables.
  Improve readability by reducing if/else nesting with early outs in
    exceptional cases.  Still equivalent to the original Lisp version.
  Adds comments with a little explanation of what the code is doing.
2025-07-19 11:49:30 -07:00

514 B