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
a2fcce44
Commit
a2fcce44
authored
Mar 06, 2006
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
not to be afraid of redefined TYPE-IDENTIFIER
parent
5e15549e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1439 additions
and
1461 deletions
+1439
-1461
libasn1parser/asn1p_l.c
libasn1parser/asn1p_l.c
+1439
-1457
libasn1parser/asn1p_l.l
libasn1parser/asn1p_l.l
+0
-4
No files found.
libasn1parser/asn1p_l.c
View file @
a2fcce44
This source diff could not be displayed because it is too large. You can
view the blob
instead.
libasn1parser/asn1p_l.l
View file @
a2fcce44
...
...
@@ -240,9 +240,6 @@ WSP [\t\r\v\f\n ]
}
ABSENT return TOK_ABSENT;
/*
ABSTRACT-SYNTAX return TOK_ABSTRACT_SYNTAX;
*/
ALL return TOK_ALL;
ANY {
/* Appeared in 1990, removed in 1997 */
...
...
@@ -334,7 +331,6 @@ T61String return TOK_T61String;
TAGS return TOK_TAGS;
TeletexString return TOK_TeletexString;
TRUE return TOK_TRUE;
TYPE-IDENTIFIER return TOK_TYPE_IDENTIFIER;
UNION return TOK_UNION;
UNIQUE return TOK_UNIQUE;
UNIVERSAL return TOK_UNIVERSAL;
...
...
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