Skip to content
Snippets Groups Projects
Commit 4354b44d authored by Lev Walkin's avatar Lev Walkin
Browse files

fix

parent 8f294e08
No related branches found
No related tags found
No related merge requests found
...@@ -9,10 +9,12 @@ ...@@ -9,10 +9,12 @@
#include "asn1parser.h" #include "asn1parser.h"
#define YYPARSE_PARAM param #define YYPARSE_PARAM param
#define YYPARSE_PARAM_TYPE void **
#define YYERROR_VERBOSE #define YYERROR_VERBOSE
int yylex(void); int yylex(void);
int yyerror(const char *msg); int yyerror(const char *msg);
int yyparse(void **param);
void asn1p_lexer_hack_push_opaque_state(void); void asn1p_lexer_hack_push_opaque_state(void);
void asn1p_lexer_hack_enable_with_syntax(void); void asn1p_lexer_hack_enable_with_syntax(void);
void asn1p_lexer_hack_push_encoding_control(void); void asn1p_lexer_hack_push_encoding_control(void);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment