manuel-serrano / bigloo

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

Correct string type declaration in SSL library #117

Closed donaldsonjw closed 3 months ago

donaldsonjw commented 4 months ago

Previously, we were creating an array of char* pointers instead of chars. Reasonably, this causes a compiler error with recent versions of gcc (>= 14).