[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
alloc.c problem when GC_MARK_STACK is GC_USE_GCPROS_AS_BEFORE
From:
Barry Fishman
Subject:
alloc.c problem when GC_MARK_STACK is GC_USE_GCPROS_AS_BEFORE
Date:
2004年7月06日 18:37:43 -0400
User-agent:
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)
Building the CVS head on a adm64 running SuSE Linux 9.1, linking fails
with missing function mark_maybe_object().
This is due to a problem in alloc.c. The static function
mark_maybe_object() is not defined when GC_MARK_STACK is zero but
is still used in mark_object() for 'case Lisp_Misc_Save_Value:'.
I don't understand the code well enough to suggest a patch.
--
Barry Fishman
- alloc.c problem when GC_MARK_STACK is GC_USE_GCPROS_AS_BEFORE,
Barry Fishman <=