diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:25 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:25 -0800 |
commit | db04688faa20f3576257c0fe41752ec435beab9a (patch) | |
tree | 6d638c2e1f65afd5f49d20b2d22ce35bd74705ff /rope.c | |
parent | 1edcb9b62a1a520eddae8403c19d841c9b18737f (diff) | |
download | scm-upstream/5c3.tar.gz scm-upstream/5c3.zip |
Import Upstream version 5c3upstream/5c3
Diffstat (limited to 'rope.c')
-rw-r--r-- | rope.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -356,6 +356,9 @@ int scm_cell_p(x) && PTR_GT(hplims[--j], ptr)) continue; return !0; /* NFREEP(x) */ } while(i<j); + if (PTR_LE(scm_ecache, ptr) + && PTR_GT(scm_ecache+scm_ecache_len, ptr)) + return !0; /* so we can print environments while debugging */ return 0; } |