move the #lang line to the beginning of the file

This commit is contained in:
Robby Findler 2010-12-03 05:42:36 -06:00
parent 6e2d67e58a
commit bc3bd77e19

View File

@ -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