Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add EXTERNAL support #295

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

velichkov
Copy link
Contributor

Fixes #140
Fixes #294

  • Regenerate asn1p_l.c and asn1p_y.[ch] with (f)lex and bison/yacc
  • Remove asn1p_l.c, asn1p_y.c and asn1_p.h from the repository.
  • Bison 3 no longer supports YYPARSE_PARAM and YYPARSE_PARAM_TYPE.
  • Remove EXTERNAL from asn1p_l.l and asn1p_y.y
  • Add EXTERNAL ASN.1 definition from ITU-T X.208 in
    skeletons/standard-modules/ASN1C-UsefulInformationObjectClasses.asn1
  • Add a test case:
    tests/tests-asn1c-compiler/159-EXTERNAL-OK.asn1
    tests/tests-c-compiler/check-src/check-159.c
  • Regenerate all tests/tests-asn1c-compiler/.asn1. files

velichkov and others added 3 commits September 12, 2018 02:00
- Remove EXTERNAL from asn1p_l.l and asn1p_y.y
- Add EXTERNAL ASN.1 definition from ITU-T X.208 in
  skeletons/standard-modules/ASN1C-UsefulInformationObjectClasses.asn1
- Add a test case:
  tests/tests-asn1c-compiler/159-EXTERNAL-OK.asn1
  tests/tests-c-compiler/check-src/check-159.c
- Regenerate all tests/tests-asn1c-compiler/*.asn1.* files
@CLAassistant
Copy link

CLAassistant commented Sep 11, 2018

CLA assistant check
All committers have signed the CLA.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.4%) to 71.518% when pulling 6dba416 on velichkov:external_vlm_master into 4cc779f on vlm:master.

@immesys
Copy link

immesys commented Sep 12, 2018

@velichkov This worked for me! Much appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't compile EXTERNAL type EXTERNAL
5 participants