Skip to content

Commit

Permalink
Regenerate asn1p_l.c and asn1p_y.[ch] with (f)lex and bison/yacc. gh-140
Browse files Browse the repository at this point in the history
  • Loading branch information
velichkov committed Mar 27, 2017
1 parent bc2b782 commit 4bbea5e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10,182 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ doc/docsrc/*.xdv

# /libasn1parser/
/libasn1parser/check_parser
/libasn1parser/asn1p_l.c
/libasn1parser/asn1p_y.c
/libasn1parser/asn1p_y.h

# /skeletons/tests/
/skeletons/tests/check-*
Expand Down
5 changes: 4 additions & 1 deletion libasn1parser/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ AM_LFLAGS = -s -p -Cem -Pasn1p_ -olex.yy.c

noinst_LTLIBRARIES = libasn1parser.la

BUILT_SOURCES = asn1p_y.h

libasn1parser_la_SOURCES = \
asn1parser.c asn1parser.h \
asn1p_y.c asn1p_y.h asn1p_l.c \
asn1p_y.y \
asn1p_l.l \
asn1p_module.c asn1p_module.h \
asn1p_oid.c asn1p_oid.h \
asn1p_value.c asn1p_value.h \
Expand Down
Loading

0 comments on commit 4bbea5e

Please sign in to comment.