Skip to content
Snippets Groups Projects
Commit ad612ee3 authored by Attila Lendvai's avatar Attila Lendvai
Browse files

make it buildable using xcvb

Ignore-this: a43d76456481c09c72ffe7d4f05a72fe

darcs-hash:037e67839beddad0d2543037dafffe92fa323de0
parent 60e4a56c
No related branches found
No related tags found
No related merge requests found
#+xcvb
(module
(:fullname "rfc2388-binary"
:depends-on ("source/api"
"source/packages"
"source/parsing"
"source/utils")
:supersedes-asdf ("rfc2388-binary")))
;; -*- lisp -*-
#+xcvb
(module
(:depends-on ("source/packages")))
(in-package :rfc2388-binary)
;;;; ** Public Interface
......
;; -*- lisp -*-
#+xcvb
(module
(:description "package declaration for rfc2388"))
(in-package :cl-user)
(defpackage :rfc2388-binary
......
;; -*- lisp -*-
#+xcvb
(module
(:depends-on ("source/packages"
"source/utils")))
(in-package :rfc2388-binary)
(defmethod read-mime ((source string) boundary callback-factory)
......
;; -*- lisp -*-
#+xcvb
(module
(:depends-on ("source/packages")))
(in-package :rfc2388-binary)
(declaim (inline linear-whitespace-byte? as-ascii-char))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment