moved #lang line to top of the file

svn: r17493
This commit is contained in:
Robby Findler 2010-01-06 16:27:11 +00:00
parent 7bf329fb43
commit b54876e91c

View File

@ -1,9 +1,9 @@
#lang scheme/base
#| planet-shared.ss -- shared client/server utility functions
Various common pieces of code that both the client and server need to access
==========================================================================================
|#
#lang scheme/base
(require (only-in mzlib/file path-only)
mzlib/port