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
the difference being TYPEID vs ID. I'm not sure if this is the root of the problem but I'm not sure where the ID is coming from vs TYPEID and was hoping you could help me here.
The text was updated successfully, but these errors were encountered:
I am trying to parse some code which includes libxml2 and it seems to fail on
If I take out the
__attribute__((alloc_size(1)))
this parses fine. I added debug statements and one thing I noticed different was when it worked I sawStack : decl_body SEMI . LexToken(TYPEID,'xmlMallocFunc',2,120)
and when it did not work I saw
Stack : decl_body SEMI . LexToken(ID,'xmlMallocFunc',2,151)
the difference being TYPEID vs ID. I'm not sure if this is the root of the problem but I'm not sure where the ID is coming from vs TYPEID and was hoping you could help me here.
The text was updated successfully, but these errors were encountered: