mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
THRIFT-2386: Thrift refuses to link yylex
Client: compiler Patch: Milan Freml Fixes undefined reference to `yylex' due to upstream changes.
This commit is contained in:
parent
16fcad0b25
commit
ec8daae710
@ -29,7 +29,9 @@
|
||||
* Defined in the flex library
|
||||
*/
|
||||
|
||||
extern "C" {
|
||||
int yylex(void);
|
||||
}
|
||||
|
||||
int yyparse(void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user