do not use reserved identifiers
diff --git a/skeletons/constr_SET.c b/skeletons/constr_SET.c
index 83488d9..f2a585d 100644
--- a/skeletons/constr_SET.c
+++ b/skeletons/constr_SET.c
@@ -842,7 +842,7 @@
 		}
 
 		if(!xcan)
-			_i_ASN_TEXT_INDENT(1, ilevel);
+			ASN__TEXT_INDENT(1, ilevel);
 		_ASN_CALLBACK3("<", 1, mname, mlen, ">", 1);
 
 		/* Print the member itself */
@@ -855,7 +855,7 @@
 		er.encoded += 5 + (2 * mlen) + tmper.encoded;
 	}
 
-	if(!xcan) _i_ASN_TEXT_INDENT(1, ilevel - 1);
+	if(!xcan) ASN__TEXT_INDENT(1, ilevel - 1);
 
 	_ASN_ENCODED_OK(er);
 cb_failed: