move the #lang line to the beginning of the file
This commit is contained in:
parent
6e2d67e58a
commit
bc3bd77e19
|
@ -1,3 +1,4 @@
|
||||||
|
#lang scheme/base
|
||||||
;; Main compilation procedures
|
;; Main compilation procedures
|
||||||
;; (c) 1997-2010 PLT
|
;; (c) 1997-2010 PLT
|
||||||
|
|
||||||
|
@ -5,7 +6,6 @@
|
||||||
;; by dynamically linking to code supplied by the MzLib, dynext, and
|
;; by dynamically linking to code supplied by the MzLib, dynext, and
|
||||||
;; compiler collections.
|
;; compiler collections.
|
||||||
|
|
||||||
#lang scheme/base
|
|
||||||
|
|
||||||
(require scheme/unit
|
(require scheme/unit
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user