(unsetenv): New, for completeness.
authorMarius Vollmer <mvo@zagadka.de>
Thu, 9 May 2002 19:36:30 +0000 (19:36 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Thu, 9 May 2002 19:36:30 +0000 (19:36 +0000)
ice-9/boot-9.scm

index 36fc114..7dfa381 100644 (file)
       (putenv (string-append name "=" value))
       (putenv name)))
 
+(define (unsetenv name)
+  "Remove the entry for NAME from the environment."
+  (putenv name))
+
 \f
 ;;; {Load Paths}
 ;;;