changed wording

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@594 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2005-01-17 12:16:58 +00:00
parent edf203ff93
commit 95a476e705
1 changed files with 1 additions and 1 deletions

View File

@ -1444,7 +1444,7 @@ emit_member_table(arg_t *arg, asn1p_expr_t *expr) {
++global_memb_unique);
}
} else {
OUT("0,\t/* Defer to actual type */\n");
OUT("0,\t/* Defer constraints checking to the member type */\n");
}
if(C99_MODE) OUT(".name = ");
OUT("\"%s\"\n", expr->_anonymous_type ? "" : expr->Identifier);