Skip to content
  • Marius Gerbershagen's avatar
    stop ecl_frs_push from setting frs_val to often · abd4e66f
    Marius Gerbershagen authored
        The following code `(LOOP (BLOCK NIL (RETURN)))` would produce an
        error. ecl_frs_push would correctly set __frame->frs_val the first
        time, however later on control would jump to the statement after
        ecl_setjmp and __frame->frs_val would be set again, this time to a
        wrong value. Fixes #446.
        Also, we don't need to pass val to _ecl_frs_push anymore, so this
        argument has been removed.
    abd4e66f