mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Fix compilation of standalone ldb if #+permgen
This commit is contained in:
parent
11504281e3
commit
c45469ea77
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue