hackt icon indicating copy to clipboard operation
hackt copied to clipboard

flex_lexer_common.cc: yy_int undeclared (flex 2.5.35)

Open fangism opened this issue 12 years ago • 0 comments

The generated flex_lexer_common.cc file gives an error with not being able to find a declaration for 'yy_int'. Manually hacking this to 'size_t' or 'unsigned int' gets it to compile. This occurs with flex 2.5.35.

fangism avatar Oct 11 '12 21:10 fangism