Fix compilation of standalone ldb if #+permgen

This commit is contained in:
Douglas Katzman 2025-08-31 12:16:39 -04:00
parent 11504281e3
commit c45469ea77
2 changed files with 1 additions and 2 deletions

View file

@ -3485,6 +3485,7 @@ void verify_hash_tables(uintptr_t fix_bad)
#define REMSET_GLOBAL_MAX 20000
lispobj permgen_remset[REMSET_GLOBAL_MAX];
int permgen_remset_count;
lispobj remset_transfer_list;
static void remset_append1(lispobj x)
{

View file

@ -494,8 +494,6 @@ init_new_thread(struct thread *th,
#endif
}
lispobj remset_transfer_list;
static void
unregister_thread(struct thread *th,
init_thread_data __attribute__((unused)) *scribble)