implement TeletexString

This commit is contained in:
Love Hornquist Astrand
2009-09-30 00:48:18 -07:00
parent 0b144cdf8d
commit 4d06f484ec
9 changed files with 37 additions and 1 deletions

View File

@@ -184,6 +184,9 @@ copy_type (const char *from, const char *to, const Type *t, int preserve)
case TGeneralString:
copy_primitive ("general_string", from, to);
break;
case TTeletexString:
copy_primitive ("general_string", from, to);
break;
case TUTCTime:
fprintf(codefile, "*(%s) = *(%s);\n", to, from);
break;