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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user