From 6b69e0105f1c0ace08fb51809890e5a9281cc606 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Fri, 10 Mar 2023 15:24:24 -0800 Subject: [PATCH] int => LispPTR for dtd_nextpage. --- inc/lsptypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/lsptypes.h b/inc/lsptypes.h index 60a0b4b..ff07eaa 100644 --- a/inc/lsptypes.h +++ b/inc/lsptypes.h @@ -403,7 +403,7 @@ struct dtd { LispPTR dtd_typespecs; LispPTR dtd_ptrs ; int dtd_oldcnt; - int dtd_nextpage ; + LispPTR dtd_nextpage ; DLword dtd_supertype ; DLword dtd_typeentry ; };