From f4165eef315b2095620a78d6752bb08080c88d35 Mon Sep 17 00:00:00 2001 From: Kevin Tew Date: Thu, 4 Nov 2010 09:26:58 -0600 Subject: [PATCH] [Places] add void to allowed messages --- src/racket/src/places.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/racket/src/places.c b/src/racket/src/places.c index 3198832ddf..b1f49a63f4 100644 --- a/src/racket/src/places.c +++ b/src/racket/src/places.c @@ -727,6 +727,7 @@ Scheme_Object *scheme_places_deep_copy_worker(Scheme_Object *so, Scheme_Hash_Tab case scheme_true_type: case scheme_false_type: case scheme_null_type: + case scheme_void_type: /* place_bi_channels are allocated in the master and can be passed along as is */ case scheme_place_bi_channel_type: new_so = so; @@ -1075,6 +1076,7 @@ Scheme_Object *scheme_places_deserialize_worker(Scheme_Object *so) case scheme_true_type: case scheme_false_type: case scheme_null_type: + case scheme_void_type: /* place_bi_channels are allocated in the master and can be passed along as is */ case scheme_place_bi_channel_type: case scheme_char_type: