s/UTF8String/heim_utf8_string/ in generated code

From: Luke Howard <lukeh@PADL.COM>


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12609 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-08-23 09:59:27 +00:00
parent 0b0329cb47
commit a5d3c4f398

View File

@@ -272,7 +272,7 @@ define_asn1 (int level, Type *t)
break;
case TUTF8String:
space(level);
fprintf (headerfile, "UTF8String");
fprintf (headerfile, "heiml_utf8_string");
break;
case TNull:
space(level);
@@ -405,7 +405,7 @@ define_type (int level, char *name, Type *t, int typedefp)
break;
case TUTF8String:
space(level);
fprintf (headerfile, "UTF8String %s;\n", name);
fprintf (headerfile, "heim_utf8_string %s;\n", name);
break;
case TNull:
space(level);