more comments


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@593 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/libasn1compiler/asn1c_C.c b/libasn1compiler/asn1c_C.c
index 5a4d1d8..6b6b87d 100644
--- a/libasn1compiler/asn1c_C.c
+++ b/libasn1compiler/asn1c_C.c
@@ -237,7 +237,7 @@
 	REDIR(OT_TYPE_DECLS);
 
 	return 0;
-}
+} /* _SEQUENCE_def() */
 
 int
 asn1c_lang_C_type_SET(arg_t *arg) {
@@ -442,7 +442,7 @@
 	REDIR(OT_TYPE_DECLS);
 
 	return 0;
-}
+} /* _SET_def() */
 
 int
 asn1c_lang_C_type_SEx_OF(arg_t *arg) {
@@ -566,7 +566,7 @@
 	REDIR(OT_TYPE_DECLS);
 
 	return 0;
-}
+} /* _SEx_OF_def() */
 
 int
 asn1c_lang_C_type_CHOICE(arg_t *arg) {
@@ -713,7 +713,7 @@
 	REDIR(OT_TYPE_DECLS);
 
 	return 0;
-}
+} /* _CHOICE_def() */
 
 int
 asn1c_lang_C_type_REFERENCE(arg_t *arg) {