26 Feb
2010
26 Feb
'10
7:48 a.m.
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@refined-audiometrics.com
5458
Age (days ago)
5458
Last active (days ago)
0 comments
1 participants
participants (1)
-
David McClain