1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-15 07:54:13 +00:00

Fix formatting in comment. inc/lspglob.h

This commit is contained in:
Nick Briggs 2017-07-18 18:29:55 -07:00
parent 4e2a0bc6ed
commit 1da1a2cf10

View File

@ -107,7 +107,9 @@ extern DLword *UFNTable ;
/* Pointers in Cell or any object means DLword offset from Lisp_world.
So, 24 bit Lisp pointers can points 32Mbyte area.
But, ATOMSPACE may be treated as special index space for LITATOM. In another way, it means that the Pointers points ATOMSPACE has no allocated memory, and Thease are used as index for access one of ATOM's prop. */
But, ATOMSPACE may be treated as special index space for LITATOM.
In another way, it means that the Pointers points ATOMSPACE has no
allocated memory, and these are used as index for access one of ATOM's prop. */
extern DLword *Lisp_world; /* Lisp Start BASE */