From 329a32a2a5251238f6bc22da62556e2746cfcf31 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 13 Oct 2006 22:08:52 +0000 Subject: [PATCH] mzc patches for 352.7 svn: r4596 --- collects/syntax/primitives.ss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/collects/syntax/primitives.ss b/collects/syntax/primitives.ss index 4ce1f79177..a7be3548de 100644 --- a/collects/syntax/primitives.ss +++ b/collects/syntax/primitives.ss @@ -17,6 +17,7 @@ error-display-handler error-escape-handler port-read-handler error-value->string-handler call/ec call/cc hash-table-get + call-with-continuation-prompt call-with-composable-continuation hash-table-map hash-table-for-each make-input-port make-output-port current-module-name-resolver call-with-semaphore call-with-semaphore/enable-break)) @@ -27,6 +28,8 @@ '(call-with-values apply error call-with-current-continuation + call-with-composable-continuation + call-with-continuation-prompt call-with-escape-continuation call-with-semaphore call-with-semaphore/enable-break