[bknr-cvs] r2036 - branches/xml-class-rework/thirdparty/cl-mime
bknr at bknr.net
bknr at bknr.net
Mon Oct 23 08:15:37 UTC 2006
Author: hhubner
Date: 2006-10-23 04:15:36 -0400 (Mon, 23 Oct 2006)
New Revision: 2036
Modified:
branches/xml-class-rework/thirdparty/cl-mime/classes.lisp
Log:
Fix type declarations for epilogue and prologue (not string, but string
or nil)
Modified: branches/xml-class-rework/thirdparty/cl-mime/classes.lisp
===================================================================
--- branches/xml-class-rework/thirdparty/cl-mime/classes.lisp 2006-10-23 08:14:40 UTC (rev 2035)
+++ branches/xml-class-rework/thirdparty/cl-mime/classes.lisp 2006-10-23 08:15:36 UTC (rev 2036)
@@ -107,13 +107,11 @@
(prologue
:accessor prologue
:initform nil
- :initarg :prologue
- :type string)
+ :initarg :prologue)
(epilogue
:accessor epilogue
:initform nil
- :initarg :epilogue
- :type string))
+ :initarg :epilogue))
(:documentation "Multipart Mime Object Representation"))
;;; This boundary contains text which should never appear in the
More information about the Bknr-cvs
mailing list