context-free icon indicating copy to clipboard operation
context-free copied to clipboard

Compile problem with src-common/cfdg.l

Open Munchotaur opened this issue 2 years ago • 0 comments

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.

Munchotaur avatar Jul 07 '22 16:07 Munchotaur