Hi!
The latest sources fail to build due to ... (my formatting)
elhash.c
..\src\elhash.c(921) : error C2039:
'ui' : is not a member of 'Lisp_Hash_Table'
..\src\elhash.c(47) : see declaration of 'Lisp_Hash_Table'
..\src\elhash.c(922) : error C2039:
'ui' : is not a member of 'Lisp_Hash_Table'
..\src\elhash.c(47) : see declaration of 'Lisp_Hash_Table'
The relevant passage is (function resize_hash_table)
if (XRECORD_LHEADER (ht)->data_dumped)
XRECORD_LHEADER (ht)->data_dumped = 0;
Lisp_Hash_Table doesn't have a member data_dumped (but don't ask me,
why cl is complaining about 'ui' :-)). Is it missing, a typo (ie it
should be 'header'), or is this a leftover from 'old days'?
Thanks, norbert.