Commit 86859bc8 authored by Lev Walkin's avatar Lev Walkin

de-reserved name

parent 1aea6983
...@@ -51,8 +51,8 @@ typedef struct asn_enc_rval_s { ...@@ -51,8 +51,8 @@ typedef struct asn_enc_rval_s {
void *structure_ptr; void *structure_ptr;
} asn_enc_rval_t; } asn_enc_rval_t;
#define _ASN_ENCODE_FAILED do { \ #define _ASN_ENCODE_FAILED do { \
asn_enc_rval_t __er = { -1, td, sptr }; \ asn_enc_rval_t tmp_error = { -1, td, sptr }; \
return __er; \ return tmp_error; \
} while(0) } while(0)
/* /*
......
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