Skip to content

Compile problem with src-common/cfdg.l #41

@Munchotaur

Description

@Munchotaur

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions