Commit 8daab917 authored by Lev Walkin's avatar Lev Walkin

courtesy prototype for byacc

parent 4354b44d
...@@ -14,7 +14,9 @@ ...@@ -14,7 +14,9 @@
int yylex(void); int yylex(void);
int yyerror(const char *msg); int yyerror(const char *msg);
int yyparse(void **param); #ifdef YYBYACC
int yyparse(void **param); /* byacc does not produce a prototype */
#endif
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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment