Support for some CharsDefn


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@830 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/libasn1fix/asn1fix_crange.c b/libasn1fix/asn1fix_crange.c
index 1e6a0d0..23110a2 100644
--- a/libasn1fix/asn1fix_crange.c
+++ b/libasn1fix/asn1fix_crange.c
@@ -321,6 +321,11 @@
 		edge->type = ARE_VALUE;
 		edge->value = (val->type==ATV_TRUE);
 		return 0;
+	case ATV_TUPLE:
+	case ATV_QUADRUPLE:
+		edge->type = ARE_VALUE;
+		edge->value = val->value.v_integer;
+		return 0;
 	case ATV_STRING:
 		if(type != ACT_CT_FROM)
 			return 0;