[asdf-devel] Oh yes...

David McClain dbm at refined-audiometrics.com
Fri Feb 26 07:48:34 UTC 2010


Hi,

Oh yes, I also commented out the definitions for APPENDF and GET-ENV:

#-:LISPWORKS
(define-modify-macro appendf (&rest args)
  append "Append onto list")

#-:LISPWORKS
(defun getenv (x)
  #+sbcl
  (sb-ext:posix-getenv x)
  #+clozure
  (ccl::getenv x)
  #+clisp
  (ext:getenv x)
  #+cmu
  (cdr (assoc (intern x :keyword) ext:*environment-list*))
  #+lispworks
  (lispworks:environment-variable x)
  #+allegro
  (sys:getenv x)
  #+gcl
  (system:getenv x)
  #+ecl
  (si:getenv x))

Dr. David McClain
dbm at refined-audiometrics.com



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/asdf-devel/attachments/20100226/08f0c92f/attachment.html>


More information about the asdf-devel mailing list