Commit b0b3341d authored by Lev Walkin's avatar Lev Walkin

more comments

parent 0af5f1a3
...@@ -237,7 +237,7 @@ asn1c_lang_C_type_SEQUENCE_def(arg_t *arg) { ...@@ -237,7 +237,7 @@ asn1c_lang_C_type_SEQUENCE_def(arg_t *arg) {
REDIR(OT_TYPE_DECLS); REDIR(OT_TYPE_DECLS);
return 0; return 0;
} } /* _SEQUENCE_def() */
int int
asn1c_lang_C_type_SET(arg_t *arg) { asn1c_lang_C_type_SET(arg_t *arg) {
...@@ -442,7 +442,7 @@ asn1c_lang_C_type_SET_def(arg_t *arg) { ...@@ -442,7 +442,7 @@ asn1c_lang_C_type_SET_def(arg_t *arg) {
REDIR(OT_TYPE_DECLS); REDIR(OT_TYPE_DECLS);
return 0; return 0;
} } /* _SET_def() */
int int
asn1c_lang_C_type_SEx_OF(arg_t *arg) { asn1c_lang_C_type_SEx_OF(arg_t *arg) {
...@@ -566,7 +566,7 @@ asn1c_lang_C_type_SEx_OF_def(arg_t *arg, int seq_of) { ...@@ -566,7 +566,7 @@ asn1c_lang_C_type_SEx_OF_def(arg_t *arg, int seq_of) {
REDIR(OT_TYPE_DECLS); REDIR(OT_TYPE_DECLS);
return 0; return 0;
} } /* _SEx_OF_def() */
int int
asn1c_lang_C_type_CHOICE(arg_t *arg) { asn1c_lang_C_type_CHOICE(arg_t *arg) {
...@@ -713,7 +713,7 @@ asn1c_lang_C_type_CHOICE_def(arg_t *arg) { ...@@ -713,7 +713,7 @@ asn1c_lang_C_type_CHOICE_def(arg_t *arg) {
REDIR(OT_TYPE_DECLS); REDIR(OT_TYPE_DECLS);
return 0; return 0;
} } /* _CHOICE_def() */
int int
asn1c_lang_C_type_REFERENCE(arg_t *arg) { asn1c_lang_C_type_REFERENCE(arg_t *arg) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment