Skip to content

Commit 665bcf3

Browse files
committed
Rebase
1 parent 149cc9d commit 665bcf3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

include/prism/internal/strpbrk.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
#include "prism/parser.h"
55

6+
/* The maximum number of bytes in a strpbrk charset. */
7+
#define PM_STRPBRK_CACHE_SIZE 16
8+
69
#include <stddef.h>
710
#include <stdint.h>
811

0 commit comments

Comments
 (0)