Comment by lynx97
7 days ago
No matter what I try, I always get:
heap-lisp: heap-lisp.c:99: cons: Assertion `istext(textptr)' failed.
I wonder if the ptr comparison in istext is actually UB?
7 days ago
No matter what I try, I always get:
heap-lisp: heap-lisp.c:99: cons: Assertion `istext(textptr)' failed.
I wonder if the ptr comparison in istext is actually UB?
If textptr is not an element of the text array, then it's undefined.