1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-09-27 17:09:29 +02:00

Add some more UNW_VERSION macro cruft to make it easy to compare

version codes.  Now you can do:

  if (UNW_VERSION >= UNW_VERSION_CODE (0, 98))
     ...

to check if the current libunwind version is at least v0.98.

Not that such version-check is recommend---use configure instead
wherever possible.

BKrev: 41403444RFDXY4AE08vkfXDh7OCZVg
This commit is contained in:
mostang.com!davidm 2004-09-09 10:45:24 +00:00
parent 47bf99c677
commit 3050ccdd98

Diff content is not available