From b09fbf8b380e476061e14afa396f7cdc57e199ad Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Sat, 22 Dec 2012 18:58:47 -0500 Subject: [PATCH] compiliation allowed, typo --- collects/realm/chapter13/shared.rkt | 5 +++-- collects/realm/info.rkt | 4 +--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/collects/realm/chapter13/shared.rkt b/collects/realm/chapter13/shared.rkt index 0f42b54c6a..fd2db90dbc 100644 --- a/collects/realm/chapter13/shared.rkt +++ b/collects/realm/chapter13/shared.rkt @@ -1,8 +1,9 @@ #lang racket -#| - the shared vocabulary and knowledge of server and client +;; This module describes the shared vocabulary and knowledge for the server +;; and client modules of the distributed Guess My Number game. +#| Message Formats --------------- diff --git a/collects/realm/info.rkt b/collects/realm/info.rkt index 391c286782..1fd2191490 100644 --- a/collects/realm/info.rkt +++ b/collects/realm/info.rkt @@ -4,13 +4,11 @@ (define compile-omit-paths '( - "10-12" -; "chapter2" "chapter5/ufo-source.rkt" ; "chapter6" ; "chapter8" ; "chapter10" - "chapter12" +; "chapter12" ; "chapter13" ; "chapter14" ))