Add haslversion.h and all of its friends
Review Request #2504 — Created July 8, 2023 and submitted
Add haslversion.h and all of its friends
Ran the unit tests.
I also tried defining
G_DISABLE_ASSERT
but that disables all unit tests so the line fromg_assert_not_reached
about not using it in unit tests is out of date.
Change Summary:
fix typo
Commits: |
|
|||||||
---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+752) |

-
-
hasl/tests/test-version.c (Diff revision 2) Not really a problem, but the version check macros are used in an unusual order. We might want to move them around so they all are in a single order (e.g. -1 0 +1)
Change Summary:
make sure the compile time checks are in an consistent order.
Commits: |
|
|||||||
---|---|---|---|---|---|---|---|---|
Diff: |
Revision 3 (+752) |