moved #lang line to top of the file
svn: r17493
This commit is contained in:
parent
7bf329fb43
commit
b54876e91c
|
@ -1,9 +1,9 @@
|
||||||
|
#lang scheme/base
|
||||||
#| planet-shared.ss -- shared client/server utility functions
|
#| planet-shared.ss -- shared client/server utility functions
|
||||||
|
|
||||||
Various common pieces of code that both the client and server need to access
|
Various common pieces of code that both the client and server need to access
|
||||||
==========================================================================================
|
==========================================================================================
|
||||||
|#
|
|#
|
||||||
#lang scheme/base
|
|
||||||
|
|
||||||
(require (only-in mzlib/file path-only)
|
(require (only-in mzlib/file path-only)
|
||||||
mzlib/port
|
mzlib/port
|
||||||
|
|
Loading…
Reference in New Issue
Block a user