1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-06 11:03:29 +00:00

int => LispPTR for dtd_nextpage.

This commit is contained in:
Nick Briggs
2023-03-10 15:24:24 -08:00
parent 0bd29ae643
commit 6b69e0105f

View File

@@ -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 ;
};