chiark / gitweb /
src/method-impl.lisp: Initialize `suppliedp' flags properly.
[sod] / src / optparse.lisp
index 16b5b7be78933ae0777ea707ce06e5ae8d2ff86f..22345951af7fe1d56410174cdbd80cd3702fa722 100644 (file)
@@ -85,7 +85,7 @@ (defun set-command-line-arguments ()
                                                  collect (ext:argv i))))
                               (error "Unsupported Lisp."))))))
 
-         *program-name* (pathname-name (car *command-line*))))
+       *program-name* (pathname-name (car *command-line*))))
 
 ;;;--------------------------------------------------------------------------
 ;;; Fancy conditionals.
@@ -165,7 +165,7 @@ (defstruct (option
                          (opt-long-name o)
                          (opt-arg-optional-p o)
                          (opt-arg-name o)
-                         (opt-documentation o)))))
+                         (opt-%documentation o)))))
             (:constructor %make-option
                 (&key long-name tag negated-tag short-name
                       arg-name arg-optional-p documentation