removed suprtfluous stuff

This commit is contained in:
Lev Walkin 2005-03-04 23:50:56 +00:00
parent caf0d5a755
commit bf56d5495e
10 changed files with 19 additions and 19 deletions

View File

@ -920,7 +920,7 @@ asn1c_lang_C_type_SIMPLE_TYPE(arg_t *arg) {
&& (terminal->expr_type & ASN_CONSTR_MASK)) {
tnfmt = TNF_RSAFE;
REDIR(OT_FWD_DECLS);
OUT("%s;\t/* Forward declaration */\n",
OUT("%s;\n",
asn1c_type_name(arg, arg->expr, tnfmt));
}
}
@ -1569,7 +1569,7 @@ emit_include_dependencies(arg_t *arg) {
&& (terminal->expr_type & ASN_CONSTR_MASK)) {
int saved_target = arg->target->target;
REDIR(OT_FWD_DECLS);
OUT("%s;\t/* Forward declaration */\n",
OUT("%s;\n",
asn1c_type_name(arg, memb, TNF_RSAFE));
REDIR(saved_target);
memb->marker.flags |= EM_UNRECURSE;

View File

@ -196,7 +196,7 @@ asn_TYPE_descriptor_t asn_DEF_Certificate = {
/*** <<< FWD-DECLS [Name] >>> ***/
struct RelativeDistinguishedName; /* Forward declaration */
struct RelativeDistinguishedName;
/*** <<< TYPE-DECLS [Name] >>> ***/

View File

@ -6,7 +6,7 @@
/*** <<< FWD-DECLS [Forest] >>> ***/
struct Tree; /* Forward declaration */
struct Tree;
/*** <<< TYPE-DECLS [Forest] >>> ***/
@ -171,7 +171,7 @@ typedef enum other_PR {
/*** <<< FWD-DECLS [Stuff] >>> ***/
struct Forest; /* Forward declaration */
struct Forest;
/*** <<< TYPE-DECLS [Stuff] >>> ***/

View File

@ -6,7 +6,7 @@
/*** <<< FWD-DECLS [Programming] >>> ***/
struct Fault; /* Forward declaration */
struct Fault;
/*** <<< TYPE-DECLS [Programming] >>> ***/
@ -74,7 +74,7 @@ asn_TYPE_descriptor_t asn_DEF_Programming = {
/*** <<< FWD-DECLS [Fault] >>> ***/
struct Error; /* Forward declaration */
struct Error;
/*** <<< TYPE-DECLS [Fault] >>> ***/

View File

@ -8,7 +8,7 @@
/*** <<< FWD-DECLS [T] >>> ***/
struct T2; /* Forward declaration */
struct T2;
/*** <<< TYPE-DECLS [T] >>> ***/

View File

@ -8,7 +8,7 @@
/*** <<< FWD-DECLS [LogLine] >>> ***/
struct VariablePartSet; /* Forward declaration */
struct VariablePartSet;
/*** <<< TYPE-DECLS [LogLine] >>> ***/
@ -174,7 +174,7 @@ asn_TYPE_descriptor_t asn_DEF_LogLine = {
/*** <<< FWD-DECLS [VariablePartSet] >>> ***/
struct VariablePart; /* Forward declaration */
struct VariablePart;
/*** <<< TYPE-DECLS [VariablePartSet] >>> ***/

View File

@ -10,7 +10,7 @@
/*** <<< FWD-DECLS [Test-structure-1] >>> ***/
struct Test_structure_1; /* Forward declaration */
struct Test_structure_1;
/*** <<< TYPE-DECLS [Test-structure-1] >>> ***/
@ -214,7 +214,7 @@ typedef enum Choice_1_PR {
/*** <<< FWD-DECLS [Choice-1] >>> ***/
struct Choice_1; /* Forward declaration */
struct Choice_1;
/*** <<< TYPE-DECLS [Choice-1] >>> ***/
@ -369,7 +369,7 @@ typedef enum Test_structure_2_PR {
/*** <<< FWD-DECLS [Test-structure-2] >>> ***/
struct Test_structure_3; /* Forward declaration */
struct Test_structure_3;
/*** <<< TYPE-DECLS [Test-structure-2] >>> ***/
@ -462,7 +462,7 @@ typedef enum Test_structure_3_PR {
/*** <<< FWD-DECLS [Test-structure-3] >>> ***/
struct Test_structure_2; /* Forward declaration */
struct Test_structure_2;
/*** <<< TYPE-DECLS [Test-structure-3] >>> ***/

View File

@ -17,7 +17,7 @@ typedef enum Choice_PR {
/*** <<< FWD-DECLS [Choice] >>> ***/
struct Choice; /* Forward declaration */
struct Choice;
/*** <<< TYPE-DECLS [Choice] >>> ***/

View File

@ -173,7 +173,7 @@ asn_TYPE_descriptor_t asn_DEF_PDU = {
/*** <<< FWD-DECLS [Sequence] >>> ***/
struct Sequence; /* Forward declaration */
struct Sequence;
/*** <<< TYPE-DECLS [Sequence] >>> ***/

View File

@ -7,7 +7,7 @@
/*** <<< FWD-DECLS [Type] >>> ***/
struct Epyt; /* Forward declaration */
struct Epyt;
/*** <<< TYPE-DECLS [Type] >>> ***/
@ -245,8 +245,8 @@ asn_TYPE_descriptor_t asn_DEF_EpytRef = {
/*** <<< FWD-DECLS [Epyt] >>> ***/
struct Type; /* Forward declaration */
struct Ypet; /* Forward declaration */
struct Type;
struct Ypet;
/*** <<< TYPE-DECLS [Epyt] >>> ***/