adding compile-omit-paths to avoid the compile-time error. Thanks to Hari Prashanth for the bug report.

This commit is contained in:
Danny Yoo 2011-08-31 23:49:36 -04:00
parent 4c810d652c
commit 48e9bbc518

3
lang/private/info.rkt Normal file
View File

@ -0,0 +1,3 @@
#lang setup/infotab
(define compile-omit-paths '("shared-body.rkt"))