Andreas V�gele <[EMAIL PROTECTED]> writes:
continuations.c: In function `scm_dynthrow': continuations.c:269: warning: implicit declaration of function `SCM_PTR_GE'
The macro SCM_PTR_GE doesn't exist anymore.
What should it be, just >= these days?
I'm not sure since I couldn't test scm_dynthrow(). Probably, the code in the #if part should be similar to the code in the #else part but with + instead of - and >= instead of <=. dst is used in copy_stack_and_call() at the bottom of scm_dynthrow().
_______________________________________________ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile
