Author Topic: Anonymous Unions Problem in v22.0.2.1  (Read 1506 times)

pomeroyr

  • New Community Member
  • Posts: 1
  • Hero Points: 0
Anonymous Unions Problem in v22.0.2.1
« on: May 18, 2018, 05:30:40 PM »
Just moved to verison 22.0.2.1 and I have found a number of instances where a c union or struct is not found due to it being an anonymous union (or struct).

I believe this is the same thing as this topic, but that topic is for version 20:
https://community.slickedit.com/index.php/topic,11712.msg49548.html#msg49548

Dennis

  • Senior Community Member
  • Posts: 3960
  • Hero Points: 517
Re: Anonymous Unions Problem in v22.0.2.1
« Reply #1 on: May 21, 2018, 07:53:03 PM »
22.0.2 appears to work flawlessly for the example given in that other thread.  Did you try the example in your 22.0.2?  What did you see that did not work correctly?  Do you have another example exhibiting the problem?

In my experience, code that has anonymous unions tends to go hand in hand with ugly preprocessing, so that is where I would look first.  Remember that our parser does not do full preprocessing.