You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Things which don't work seem to include extension and declarations like "typedef unsigned (*in_func) (void *, unsigned char * *);". Also seeing "unknown condition in typedef!" 6 times, though the error doesn't point to exactly what causes it.
The text was updated successfully, but these errors were encountered:
I added the __extension__ keyword to the Grammar and the Actions, and so now it will at least parse png.h, but the conversion to C::AST is failing for some other reason. I will look at this again when I have time.
Things which don't work seem to include extension and declarations like "typedef unsigned (*in_func) (void *, unsigned char * *);". Also seeing "unknown condition in typedef!" 6 times, though the error doesn't point to exactly what causes it.
The text was updated successfully, but these errors were encountered: