From bc3bd77e1985de3d6c90e6827e9b8feb0f0018f1 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Fri, 3 Dec 2010 05:42:36 -0600 Subject: [PATCH] move the #lang line to the beginning of the file --- collects/compiler/compiler-unit.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/compiler/compiler-unit.rkt b/collects/compiler/compiler-unit.rkt index bfc689b391..e12c74d443 100644 --- a/collects/compiler/compiler-unit.rkt +++ b/collects/compiler/compiler-unit.rkt @@ -1,3 +1,4 @@ +#lang scheme/base ;; Main compilation procedures ;; (c) 1997-2010 PLT @@ -5,7 +6,6 @@ ;; by dynamically linking to code supplied by the MzLib, dynext, and ;; compiler collections. -#lang scheme/base (require scheme/unit