manuel-serrano / bigloo

a practical Scheme compiler
http://www-sop.inria.fr/indes/fp/Bigloo
Other
138 stars 19 forks source link

Add missing INPUT_MMAP_PORTP method to JVM runtime #105

Closed donaldsonjw closed 10 months ago

donaldsonjw commented 10 months ago

port.scm was referencing the method INPUT_MMAP_PORTP not implemented in the JVM runtime causing a build error. Providing a stub implementation enables a successful build of the JVM backend.