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

Open
opened 2022-07-07 18:40:48 +02:00 by Munchotaur · 0 comments
Munchotaur commented 2022-07-07 18:40:48 +02:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: john/context-free#41
No description provided.