From 92ac4f32199ad67c9dc318b2c949eb34a520b75b Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Mon, 9 Apr 2001 01:06:43 +0000 Subject: [PATCH] no message original commit: 2711ca7727891e9e99871a9fe0267ab1e8138d6b --- collects/framework/specs.ss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/collects/framework/specs.ss b/collects/framework/specs.ss index 727a21d..842b055 100644 --- a/collects/framework/specs.ss +++ b/collects/framework/specs.ss @@ -84,6 +84,4 @@ (if (equal? (quote type) (wrap-type orig-name)) (wrap type (wrap-defn orig-name) #f module-name) (error 'require/type "expected types to match, but they don't: ~s ~s" - (quote type) (wrap-type orig-name))))))])))) - -(require "c.ss") \ No newline at end of file + (quote type) (wrap-type orig-name))))))])))) \ No newline at end of file