pantoniou / libfyaml

Fully feature complete YAML parser and emitter, supporting the latest YAML spec and passing the full YAML testsuite.
MIT License
241 stars 74 forks source link

Please replace #include <alloca.h> with #include <stdlib.h> on FreeBSD #59

Open yurivict opened 1 year ago

yurivict commented 1 year ago

FreeBSD doesn't have the alloca.h header.