From 7c1dc05f0e10ede24f577fe4b9fa0fdf8036e1f2 Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Mon, 14 Mar 2016 03:08:15 -0700 Subject: do not use reserved identifiers, contd --- tests/98-attribute-class-OK.asn1.-P | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/98-attribute-class-OK.asn1.-P') diff --git a/tests/98-attribute-class-OK.asn1.-P b/tests/98-attribute-class-OK.asn1.-P index dba5ed3e..cf2f5b79 100644 --- a/tests/98-attribute-class-OK.asn1.-P +++ b/tests/98-attribute-class-OK.asn1.-P @@ -26,7 +26,7 @@ memb_identifier_constraint_1(asn_TYPE_descriptor_t *td, const void *sptr, asn_app_constraint_failed_f *ctfailcb, void *app_key) { if(!sptr) { - _ASN_CTFAIL(app_key, td, sptr, + ASN__CTFAIL(app_key, td, sptr, "%s: value not given (%s:%d)", td->name, __FILE__, __LINE__); return -1; -- cgit v1.2.3