mirror of
https://github.com/janet-lang/janet
synced 2025-12-13 20:18:06 +00:00
Fix very old typo in janet.h
This commit is contained in:
@@ -2204,7 +2204,7 @@ typedef enum {
|
|||||||
RULE_NTH, /* [nth, rule, tag] */
|
RULE_NTH, /* [nth, rule, tag] */
|
||||||
RULE_ONLY_TAGS, /* [rule] */
|
RULE_ONLY_TAGS, /* [rule] */
|
||||||
RULE_MATCHSPLICE, /* [rule, constant, tag] */
|
RULE_MATCHSPLICE, /* [rule, constant, tag] */
|
||||||
} JanetPegOpcod;
|
} JanetPegOpcode;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint32_t *bytecode;
|
uint32_t *bytecode;
|
||||||
|
|||||||
Reference in New Issue
Block a user