untabify, #lang

This commit is contained in:
Ryan Culpepper 2012-11-24 18:12:57 -05:00
parent 438f906fb9
commit 3d37eb4ae4

View File

@ -14,7 +14,7 @@
;; read/write (the opposite direction) didn't finish, and so that ;; read/write (the opposite direction) didn't finish, and so that
;; opposite must be completed, first. ;; opposite must be completed, first.
(module mzssl racket/base #lang racket/base
(require ffi/unsafe (require ffi/unsafe
ffi/unsafe/define ffi/unsafe/define
ffi/unsafe/atomic ffi/unsafe/atomic
@ -1433,4 +1433,4 @@
(SSL_library_init) (SSL_library_init)
(SSL_load_error_strings) (SSL_load_error_strings)
(scheme_register_process_global "OpenSSL-support-initialized" done) (scheme_register_process_global "OpenSSL-support-initialized" done)
(end-atomic))))))) (end-atomic))))))