Use a fresh cons for %stream-null.
authorChris K. Jester-Young <cky944@gmail.com>
Sat, 6 Apr 2013 07:06:37 +0000 (03:06 -0400)
committerChris K. Jester-Young <cky944@gmail.com>
Sat, 6 Apr 2013 07:06:37 +0000 (03:06 -0400)
commit3f1362adb5203b95079200520357bff36c3a6672
tree3e0e8767324a02b413e74b77c583526ff5e4ffb1
parenta24cda1d26e09ddddb2cfe6633d7fee7a1b66d35
Use a fresh cons for %stream-null.

* module/srfi/srfi-41.scm (%stream-null): Use a fresh cons rather than
  a literal cons. You never know what peval constant-folding could do
  with the latter, either now or in the future.
module/srfi/srfi-41.scm