From 188d30ba913bb6d9c31feb96dcbd044b7bc32f5e Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 17 Jun 2004 02:19:15 +0000 Subject: [PATCH] . original commit: 11e3077e67d4ff9d5e2250a0d06ada76eb2a6991 --- collects/mzlib/foreign.ss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/collects/mzlib/foreign.ss b/collects/mzlib/foreign.ss index 1c094f6..43b4ff1 100644 --- a/collects/mzlib/foreign.ss +++ b/collects/mzlib/foreign.ss @@ -704,6 +704,9 @@ ;; ---------------------------------------------------------------------------- ;; Tagged pointers +;; Make these operations available +(provide cpointer-type set-cpointer-type!) + ;; This is a kind of a pointer that gets a specific tag when converted to ;; Scheme, and accepts only such tagged pointers when going to C. An optional ;; `ptr-type' can be given to be used as the base pointer type, instead of