aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-01-17 11:57:48 +0000
committerLev Walkin <vlm@lionet.info>2005-01-17 11:57:48 +0000
commitb0b3341de087a886a2e2b4186644c8b662cb491e (patch)
treebcd48fc426a4a6bea89f2ff213fd4d438ba7ba32
parent0af5f1a37af05e363cf09c7f3a3049fda9a49f18 (diff)
more comments
-rw-r--r--libasn1compiler/asn1c_C.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libasn1compiler/asn1c_C.c b/libasn1compiler/asn1c_C.c
index 5a4d1d8a..6b6b87d7 100644
--- a/libasn1compiler/asn1c_C.c
+++ b/libasn1compiler/asn1c_C.c
@@ -237,7 +237,7 @@ asn1c_lang_C_type_SEQUENCE_def(arg_t *arg) {
REDIR(OT_TYPE_DECLS);
return 0;
-}
+} /* _SEQUENCE_def() */
int
asn1c_lang_C_type_SET(arg_t *arg) {
@@ -442,7 +442,7 @@ asn1c_lang_C_type_SET_def(arg_t *arg) {
REDIR(OT_TYPE_DECLS);
return 0;
-}
+} /* _SET_def() */
int
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) {
REDIR(OT_TYPE_DECLS);
return 0;
-}
+} /* _SEx_OF_def() */
int
asn1c_lang_C_type_CHOICE(arg_t *arg) {
@@ -713,7 +713,7 @@ asn1c_lang_C_type_CHOICE_def(arg_t *arg) {
REDIR(OT_TYPE_DECLS);
return 0;
-}
+} /* _CHOICE_def() */
int
asn1c_lang_C_type_REFERENCE(arg_t *arg) {