Remove miscmacros dependency as it is not used.

This commit is contained in:
Thomas Hintz 2014-10-05 12:09:56 -07:00
parent c9c32d1a49
commit 8044107bc7
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
(import chicken scheme data-structures extras ports posix foreign)
(use srfi-1 srfi-4 spiffy intarweb uri-common base64 simple-sha1 srfi-18
srfi-13 miscmacros mailbox)
srfi-13 mailbox)
; TODO make sure all C operations check args to prevent overflows
(foreign-declare "#include \"utf8validator.c\"")