Created
December 13, 2023 09:02
-
-
Save adinapoli/e93ca7b1d714d27f4af537716b03e3bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/lib/cgraph/scan.l | |
+++ b/lib/cgraph/scan.l | |
@@ -32,7 +32,7 @@ | |
#include <stdbool.h> | |
#include <stddef.h> | |
#include <string.h> | |
-// #define YY_BUF_SIZE 128000 | |
+#define YY_BUF_SIZE 128000 | |
#define GRAPH_EOF_TOKEN '@' /* lex class must be defined below */ | |
/* this is a workaround for linux flex */ | |
static int line_num = 1; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment