1
0
mirror of https://github.com/janet-lang/janet synced 2025-12-11 19:18:07 +00:00

Fix very old typo in janet.h

This commit is contained in:
Calvin Rose
2025-11-30 14:22:17 -06:00
parent f79e4d6249
commit b9bc89a38c

View File

@@ -2204,7 +2204,7 @@ typedef enum {
RULE_NTH, /* [nth, rule, tag] */
RULE_ONLY_TAGS, /* [rule] */
RULE_MATCHSPLICE, /* [rule, constant, tag] */
} JanetPegOpcod;
} JanetPegOpcode;
typedef struct {
uint32_t *bytecode;