From ff3b1041959090707df26eded2e5be53eee158c2 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 6 Feb 2006 14:06:59 +0000 Subject: [PATCH] list new setjmp procs for xform svn: r2137 --- collects/compiler/private/xform.ss | 1 + 1 file changed, 1 insertion(+) diff --git a/collects/compiler/private/xform.ss b/collects/compiler/private/xform.ss index af2462726b..1bf0d7b74e 100644 --- a/collects/compiler/private/xform.ss +++ b/collects/compiler/private/xform.ss @@ -788,6 +788,7 @@ ;; These don't act like functions: setjmp longjmp _setjmp _longjmp scheme_setjmp scheme_longjmp scheme_mz_setjmp scheme_mz_longjmp + scheme_jit_longjmp scheme_jit_setjmp_prepare ;; The following are functions, but they don't trigger GC, and ;; they either take one argument or no pointer arguments.