We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 149cc9d commit 665bcf3Copy full SHA for 665bcf3
1 file changed
include/prism/internal/strpbrk.h
@@ -3,6 +3,9 @@
3
4
#include "prism/parser.h"
5
6
+/* The maximum number of bytes in a strpbrk charset. */
7
+#define PM_STRPBRK_CACHE_SIZE 16
8
+
9
#include <stddef.h>
10
#include <stdint.h>
11
0 commit comments