Commit 57dabf18 authored by Lev Walkin's avatar Lev Walkin

oops: bug1234780

parent 420ffae7
...@@ -58,7 +58,7 @@ xer_type_encoder_f SET_encode_xer; ...@@ -58,7 +58,7 @@ xer_type_encoder_f SET_encode_xer;
* It is very simple bitfield test, despite its visual complexity. * It is very simple bitfield test, despite its visual complexity.
*/ */
#define ASN_SET_ISPRESENT(set_ptr, PR_x) \ #define ASN_SET_ISPRESENT(set_ptr, PR_x) \
ASN_SET_ISPRESENT2(&((set_ptr)->_presence_map)) ASN_SET_ISPRESENT2(&((set_ptr)->_presence_map), PR_x)
#define ASN_SET_ISPRESENT2(map_ptr, PR_x) \ #define ASN_SET_ISPRESENT2(map_ptr, PR_x) \
(((unsigned int *)(map_ptr)) \ (((unsigned int *)(map_ptr)) \
[(PR_x) / (8 * sizeof(unsigned int))] \ [(PR_x) / (8 * sizeof(unsigned int))] \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment