context-free
context-free copied to clipboard
Compile problem with src-common/cfdg.l
Compilation failed after download on line 316 of src-common/cfdg.l
void Scanner::set_debug(bool b)
{
yy_flex_debug = b;
}
I think there's supposed to be a type at the beginning of the declaration:
bool yy_flex_debug = b;
At any rate, that compiled successfully for me in MX Linux.