Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asn1c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
qwebaby3
asn1c
Commits
0a95d03d
Commit
0a95d03d
authored
20 years ago
by
Lev Walkin
Browse files
Options
Downloads
Patches
Plain Diff
explicit module is not necessary
parent
0ffabe28
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libasn1fix/asn1fix_export.c
+2
-4
2 additions, 4 deletions
libasn1fix/asn1fix_export.c
libasn1fix/asn1fix_export.h
+1
-2
1 addition, 2 deletions
libasn1fix/asn1fix_export.h
with
3 additions
and
6 deletions
libasn1fix/asn1fix_export.c
+
2
−
4
View file @
0a95d03d
...
@@ -43,15 +43,13 @@ asn1f_class_access_ex(asn1p_t *asn,
...
@@ -43,15 +43,13 @@ asn1f_class_access_ex(asn1p_t *asn,
}
}
asn1p_expr_t
*
asn1p_expr_t
*
asn1f_find_terminal_type_ex
(
asn1p_t
*
asn
,
asn1f_find_terminal_type_ex
(
asn1p_t
*
asn
,
asn1p_expr_t
*
expr
)
{
asn1p_module_t
*
mod
,
asn1p_expr_t
*
expr
)
{
arg_t
arg
;
arg_t
arg
;
memset
(
&
arg
,
0
,
sizeof
(
arg
));
memset
(
&
arg
,
0
,
sizeof
(
arg
));
arg
.
asn
=
asn
;
arg
.
asn
=
asn
;
arg
.
mod
=
mod
;
arg
.
mod
=
expr
->
module
;
arg
.
expr
=
expr
;
arg
.
expr
=
expr
;
arg
.
eh
=
a1f_replace_me_with_proper_interface_arg
.
eh
;
arg
.
eh
=
a1f_replace_me_with_proper_interface_arg
.
eh
;
arg
.
debug
=
a1f_replace_me_with_proper_interface_arg
.
debug
;
arg
.
debug
=
a1f_replace_me_with_proper_interface_arg
.
debug
;
...
...
This diff is collapsed.
Click to expand it.
libasn1fix/asn1fix_export.h
+
1
−
2
View file @
0a95d03d
...
@@ -31,8 +31,7 @@ asn1p_expr_t *asn1f_class_access_ex(asn1p_t *asn, asn1p_module_t *mod,
...
@@ -31,8 +31,7 @@ asn1p_expr_t *asn1f_class_access_ex(asn1p_t *asn, asn1p_module_t *mod,
/*
/*
* Exportable version of asn1f_find_terminal_type().
* Exportable version of asn1f_find_terminal_type().
*/
*/
asn1p_expr_t
*
asn1f_find_terminal_type_ex
(
asn1p_t
*
asn
,
asn1p_module_t
*
mod
,
asn1p_expr_t
*
asn1f_find_terminal_type_ex
(
asn1p_t
*
asn
,
asn1p_expr_t
*
tc
);
asn1p_expr_t
*
tc
);
/*
/*
* Exportable version of asn1f_fix_dereference_values();
* Exportable version of asn1f_fix_dereference_values();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment