manuel-serrano / bigloo

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

Fix pcre2 detection failing due to missing timespec #70

Closed Bo98 closed 2 years ago

Bo98 commented 2 years ago

Using timespec requires #include <time.h> on some platforms, but the variables seem to be unused so I think we can remove the line entirely.

manuel-serrano commented 2 years ago

Absolutely! Thanks for the pull-request. I have merged it.