summaryrefslogtreecommitdiffstats
path: root/sysif.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysif.c')
-rw-r--r--sysif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysif.c b/sysif.c
index bf230b29..c3cdd285 100644
--- a/sysif.c
+++ b/sysif.c
@@ -341,7 +341,7 @@ static val get_env_hash(void)
return env_hash;
} else {
val env_strings = env();
- val hash = make_hash(nil, nil, t);
+ val hash = make_hash(hash_weak_none, t);
for (; env_strings; env_strings = cdr(env_strings)) {
val estr = car(env_strings);