Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
turns out MSVC dislikes offsetof(struct s, label[0])
but offsetof(struct s, label) is fine; it considers the latter a run-time thing, apparently (we test they are identical in mkt-int.sh now) drop MKSH_BROKEN_OFFSETOF in the same go, because it applied to SCO and Xenix only, which were probably using MSVC’s antecessor also allow the mbnil == NULL test on CFrustFrust again as the last changes seemingly fixed it
- Loading branch information