Forgot to tell GC that ports are now pair-like.
[scheme.forth.jl.git] / src / scheme.4th
index 5ee0dbd..677dd9d 100644 (file)
@@ -1894,6 +1894,7 @@ variable gc-stack-depth
     string-type istype? if true exit then
     symbol-type istype? if true exit then
     compound-proc-type istype? if true exit then
+    port-type istype? if true exit then
 
     false
 ;