Fix of ++ and -- on bitstructs.

This commit is contained in:
Christoffer Lerno
2023-08-10 17:52:18 +02:00
parent 6d870fbef0
commit 951a9f2b43
4 changed files with 124 additions and 5 deletions

View File

@@ -153,6 +153,7 @@
- Added posix socket functions.
### Fixes
- Fixed ++ and -- for bitstructs.
- Fix to bug where library source files were sometimes ignored.
- Types of arrays and vectors are consistently checked to be valid.
- Anonymous bitstructs check of duplicate member names fixed.