Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
bf56d549
Commit
bf56d549
authored
Mar 04, 2005
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed suprtfluous stuff
parent
caf0d5a7
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
19 additions
and
19 deletions
+19
-19
libasn1compiler/asn1c_C.c
libasn1compiler/asn1c_C.c
+2
-2
tests/19-param-OK.asn1.-P
tests/19-param-OK.asn1.-P
+1
-1
tests/31-set-of-OK.asn1.-P
tests/31-set-of-OK.asn1.-P
+2
-2
tests/32-sequence-of-OK.asn1.-P
tests/32-sequence-of-OK.asn1.-P
+2
-2
tests/39-sequence-of-OK.asn1.-P
tests/39-sequence-of-OK.asn1.-P
+1
-1
tests/42-real-life-OK.asn1.-PR
tests/42-real-life-OK.asn1.-PR
+2
-2
tests/43-recursion-OK.asn1.-P
tests/43-recursion-OK.asn1.-P
+4
-4
tests/59-choice-extended-OK.asn1.-P
tests/59-choice-extended-OK.asn1.-P
+1
-1
tests/70-xer-test-OK.asn1.-P
tests/70-xer-test-OK.asn1.-P
+1
-1
tests/73-circular-OK.asn1.-P
tests/73-circular-OK.asn1.-P
+3
-3
No files found.
libasn1compiler/asn1c_C.c
View file @
bf56d549
...
...
@@ -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
;
...
...
tests/19-param-OK.asn1.-P
View file @
bf56d549
...
...
@@ -196,7 +196,7 @@ asn_TYPE_descriptor_t asn_DEF_Certificate = {
/*** <<< FWD-DECLS [Name] >>> ***/
struct RelativeDistinguishedName;
/* Forward declaration */
struct RelativeDistinguishedName;
/*** <<< TYPE-DECLS [Name] >>> ***/
...
...
tests/31-set-of-OK.asn1.-P
View file @
bf56d549
...
...
@@ -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] >>> ***/
...
...
tests/32-sequence-of-OK.asn1.-P
View file @
bf56d549
...
...
@@ -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] >>> ***/
...
...
tests/39-sequence-of-OK.asn1.-P
View file @
bf56d549
...
...
@@ -8,7 +8,7 @@
/*** <<< FWD-DECLS [T] >>> ***/
struct T2;
/* Forward declaration */
struct T2;
/*** <<< TYPE-DECLS [T] >>> ***/
...
...
tests/42-real-life-OK.asn1.-PR
View file @
bf56d549
...
...
@@ -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] >>> ***/
...
...
tests/43-recursion-OK.asn1.-P
View file @
bf56d549
...
...
@@ -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] >>> ***/
...
...
tests/59-choice-extended-OK.asn1.-P
View file @
bf56d549
...
...
@@ -17,7 +17,7 @@ typedef enum Choice_PR {
/*** <<< FWD-DECLS [Choice] >>> ***/
struct Choice;
/* Forward declaration */
struct Choice;
/*** <<< TYPE-DECLS [Choice] >>> ***/
...
...
tests/70-xer-test-OK.asn1.-P
View file @
bf56d549
...
...
@@ -173,7 +173,7 @@ asn_TYPE_descriptor_t asn_DEF_PDU = {
/*** <<< FWD-DECLS [Sequence] >>> ***/
struct Sequence;
/* Forward declaration */
struct Sequence;
/*** <<< TYPE-DECLS [Sequence] >>> ***/
...
...
tests/73-circular-OK.asn1.-P
View file @
bf56d549
...
...
@@ -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] >>> ***/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment