de-reserved name

This commit is contained in:
Lev Walkin 2004-10-26 09:59:37 +00:00
parent 1aea698396
commit 86859bc83d
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ typedef struct asn_enc_rval_s {
void *structure_ptr;
} asn_enc_rval_t;
#define _ASN_ENCODE_FAILED do { \
asn_enc_rval_t __er = { -1, td, sptr }; \
return __er; \
asn_enc_rval_t tmp_error = { -1, td, sptr }; \
return tmp_error; \
} while(0)
/*