Skip to content

Instantly share code, notes, and snippets.

@adinapoli
Created December 13, 2023 09:02
Show Gist options
  • Save adinapoli/e93ca7b1d714d27f4af537716b03e3bb to your computer and use it in GitHub Desktop.
Save adinapoli/e93ca7b1d714d27f4af537716b03e3bb to your computer and use it in GitHub Desktop.
--- 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