1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-26 09:07:38 +01:00

(unw_addr_space.cache_generation): Declare as AO_t instead of AO_T

(gets syntax-coloring right ;-).

(Logical change 1.155)
This commit is contained in:
mostang.com!davidm 2004-01-20 23:50:00 +00:00
parent 195eb64285
commit 40fcb9b7e5

View file

@ -94,7 +94,7 @@ struct unw_addr_space
int abi; /* abi < 0 => unknown, 0 => SysV, 1 => HP-UX, 2 => Windows */
unw_caching_policy_t caching_policy;
#ifdef HAVE_ATOMIC_OPS_H
AO_T cache_generation;
AO_t cache_generation;
#else
uint32_t cache_generation;
#endif