Commit bf56d549 authored by Lev Walkin's avatar Lev Walkin

removed suprtfluous stuff

parent caf0d5a7
...@@ -920,7 +920,7 @@ asn1c_lang_C_type_SIMPLE_TYPE(arg_t *arg) { ...@@ -920,7 +920,7 @@ asn1c_lang_C_type_SIMPLE_TYPE(arg_t *arg) {
&& (terminal->expr_type & ASN_CONSTR_MASK)) { && (terminal->expr_type & ASN_CONSTR_MASK)) {
tnfmt = TNF_RSAFE; tnfmt = TNF_RSAFE;
REDIR(OT_FWD_DECLS); REDIR(OT_FWD_DECLS);
OUT("%s;\t/* Forward declaration */\n", OUT("%s;\n",
asn1c_type_name(arg, arg->expr, tnfmt)); asn1c_type_name(arg, arg->expr, tnfmt));
} }
} }
...@@ -1569,7 +1569,7 @@ emit_include_dependencies(arg_t *arg) { ...@@ -1569,7 +1569,7 @@ emit_include_dependencies(arg_t *arg) {
&& (terminal->expr_type & ASN_CONSTR_MASK)) { && (terminal->expr_type & ASN_CONSTR_MASK)) {
int saved_target = arg->target->target; int saved_target = arg->target->target;
REDIR(OT_FWD_DECLS); REDIR(OT_FWD_DECLS);
OUT("%s;\t/* Forward declaration */\n", OUT("%s;\n",
asn1c_type_name(arg, memb, TNF_RSAFE)); asn1c_type_name(arg, memb, TNF_RSAFE));
REDIR(saved_target); REDIR(saved_target);
memb->marker.flags |= EM_UNRECURSE; memb->marker.flags |= EM_UNRECURSE;
......
...@@ -196,7 +196,7 @@ asn_TYPE_descriptor_t asn_DEF_Certificate = { ...@@ -196,7 +196,7 @@ asn_TYPE_descriptor_t asn_DEF_Certificate = {
/*** <<< FWD-DECLS [Name] >>> ***/ /*** <<< FWD-DECLS [Name] >>> ***/
struct RelativeDistinguishedName; /* Forward declaration */ struct RelativeDistinguishedName;
/*** <<< TYPE-DECLS [Name] >>> ***/ /*** <<< TYPE-DECLS [Name] >>> ***/
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
/*** <<< FWD-DECLS [Forest] >>> ***/ /*** <<< FWD-DECLS [Forest] >>> ***/
struct Tree; /* Forward declaration */ struct Tree;
/*** <<< TYPE-DECLS [Forest] >>> ***/ /*** <<< TYPE-DECLS [Forest] >>> ***/
...@@ -171,7 +171,7 @@ typedef enum other_PR { ...@@ -171,7 +171,7 @@ typedef enum other_PR {
/*** <<< FWD-DECLS [Stuff] >>> ***/ /*** <<< FWD-DECLS [Stuff] >>> ***/
struct Forest; /* Forward declaration */ struct Forest;
/*** <<< TYPE-DECLS [Stuff] >>> ***/ /*** <<< TYPE-DECLS [Stuff] >>> ***/
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
/*** <<< FWD-DECLS [Programming] >>> ***/ /*** <<< FWD-DECLS [Programming] >>> ***/
struct Fault; /* Forward declaration */ struct Fault;
/*** <<< TYPE-DECLS [Programming] >>> ***/ /*** <<< TYPE-DECLS [Programming] >>> ***/
...@@ -74,7 +74,7 @@ asn_TYPE_descriptor_t asn_DEF_Programming = { ...@@ -74,7 +74,7 @@ asn_TYPE_descriptor_t asn_DEF_Programming = {
/*** <<< FWD-DECLS [Fault] >>> ***/ /*** <<< FWD-DECLS [Fault] >>> ***/
struct Error; /* Forward declaration */ struct Error;
/*** <<< TYPE-DECLS [Fault] >>> ***/ /*** <<< TYPE-DECLS [Fault] >>> ***/
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
/*** <<< FWD-DECLS [T] >>> ***/ /*** <<< FWD-DECLS [T] >>> ***/
struct T2; /* Forward declaration */ struct T2;
/*** <<< TYPE-DECLS [T] >>> ***/ /*** <<< TYPE-DECLS [T] >>> ***/
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
/*** <<< FWD-DECLS [LogLine] >>> ***/ /*** <<< FWD-DECLS [LogLine] >>> ***/
struct VariablePartSet; /* Forward declaration */ struct VariablePartSet;
/*** <<< TYPE-DECLS [LogLine] >>> ***/ /*** <<< TYPE-DECLS [LogLine] >>> ***/
...@@ -174,7 +174,7 @@ asn_TYPE_descriptor_t asn_DEF_LogLine = { ...@@ -174,7 +174,7 @@ asn_TYPE_descriptor_t asn_DEF_LogLine = {
/*** <<< FWD-DECLS [VariablePartSet] >>> ***/ /*** <<< FWD-DECLS [VariablePartSet] >>> ***/
struct VariablePart; /* Forward declaration */ struct VariablePart;
/*** <<< TYPE-DECLS [VariablePartSet] >>> ***/ /*** <<< TYPE-DECLS [VariablePartSet] >>> ***/
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
/*** <<< FWD-DECLS [Test-structure-1] >>> ***/ /*** <<< FWD-DECLS [Test-structure-1] >>> ***/
struct Test_structure_1; /* Forward declaration */ struct Test_structure_1;
/*** <<< TYPE-DECLS [Test-structure-1] >>> ***/ /*** <<< TYPE-DECLS [Test-structure-1] >>> ***/
...@@ -214,7 +214,7 @@ typedef enum Choice_1_PR { ...@@ -214,7 +214,7 @@ typedef enum Choice_1_PR {
/*** <<< FWD-DECLS [Choice-1] >>> ***/ /*** <<< FWD-DECLS [Choice-1] >>> ***/
struct Choice_1; /* Forward declaration */ struct Choice_1;
/*** <<< TYPE-DECLS [Choice-1] >>> ***/ /*** <<< TYPE-DECLS [Choice-1] >>> ***/
...@@ -369,7 +369,7 @@ typedef enum Test_structure_2_PR { ...@@ -369,7 +369,7 @@ typedef enum Test_structure_2_PR {
/*** <<< FWD-DECLS [Test-structure-2] >>> ***/ /*** <<< FWD-DECLS [Test-structure-2] >>> ***/
struct Test_structure_3; /* Forward declaration */ struct Test_structure_3;
/*** <<< TYPE-DECLS [Test-structure-2] >>> ***/ /*** <<< TYPE-DECLS [Test-structure-2] >>> ***/
...@@ -462,7 +462,7 @@ typedef enum Test_structure_3_PR { ...@@ -462,7 +462,7 @@ typedef enum Test_structure_3_PR {
/*** <<< FWD-DECLS [Test-structure-3] >>> ***/ /*** <<< FWD-DECLS [Test-structure-3] >>> ***/
struct Test_structure_2; /* Forward declaration */ struct Test_structure_2;
/*** <<< TYPE-DECLS [Test-structure-3] >>> ***/ /*** <<< TYPE-DECLS [Test-structure-3] >>> ***/
......
...@@ -17,7 +17,7 @@ typedef enum Choice_PR { ...@@ -17,7 +17,7 @@ typedef enum Choice_PR {
/*** <<< FWD-DECLS [Choice] >>> ***/ /*** <<< FWD-DECLS [Choice] >>> ***/
struct Choice; /* Forward declaration */ struct Choice;
/*** <<< TYPE-DECLS [Choice] >>> ***/ /*** <<< TYPE-DECLS [Choice] >>> ***/
......
...@@ -173,7 +173,7 @@ asn_TYPE_descriptor_t asn_DEF_PDU = { ...@@ -173,7 +173,7 @@ asn_TYPE_descriptor_t asn_DEF_PDU = {
/*** <<< FWD-DECLS [Sequence] >>> ***/ /*** <<< FWD-DECLS [Sequence] >>> ***/
struct Sequence; /* Forward declaration */ struct Sequence;
/*** <<< TYPE-DECLS [Sequence] >>> ***/ /*** <<< TYPE-DECLS [Sequence] >>> ***/
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
/*** <<< FWD-DECLS [Type] >>> ***/ /*** <<< FWD-DECLS [Type] >>> ***/
struct Epyt; /* Forward declaration */ struct Epyt;
/*** <<< TYPE-DECLS [Type] >>> ***/ /*** <<< TYPE-DECLS [Type] >>> ***/
...@@ -245,8 +245,8 @@ asn_TYPE_descriptor_t asn_DEF_EpytRef = { ...@@ -245,8 +245,8 @@ asn_TYPE_descriptor_t asn_DEF_EpytRef = {
/*** <<< FWD-DECLS [Epyt] >>> ***/ /*** <<< FWD-DECLS [Epyt] >>> ***/
struct Type; /* Forward declaration */ struct Type;
struct Ypet; /* Forward declaration */ struct Ypet;
/*** <<< TYPE-DECLS [Epyt] >>> ***/ /*** <<< TYPE-DECLS [Epyt] >>> ***/
......
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