Skip to content

Bugfix: YA_NULL didn't function correctly.

Compare
Choose a tag to compare
@takev takev released this 17 Oct 19:57
· 11 commits to master since this release

YA_NULL returned the ya_t object instead of a pointer to ya_t. I have changed YA_NULL to return a pointer to a singleton ya_t object.

-help should now also show the filename of the created parser binary.