summaryrefslogtreecommitdiff
path: root/extmod/re1.5/re1.5.h
diff options
context:
space:
mode:
Diffstat (limited to 'extmod/re1.5/re1.5.h')
-rw-r--r--extmod/re1.5/re1.5.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/extmod/re1.5/re1.5.h b/extmod/re1.5/re1.5.h
index d8c1cf3e5..815c5d33d 100644
--- a/extmod/re1.5/re1.5.h
+++ b/extmod/re1.5/re1.5.h
@@ -82,6 +82,7 @@ enum /* Inst.opcode */
Any,
Class,
ClassNot,
+ NamedClass,
ASSERTS = 0x50,
Bol = ASSERTS,
@@ -145,5 +146,6 @@ int re1_5_compilecode(ByteProg *prog, const char *re);
void re1_5_dumpcode(ByteProg *prog);
void cleanmarks(ByteProg *prog);
int _re1_5_classmatch(const char *pc, const char *sp);
+int _re1_5_namedclassmatch(const char *pc, const char *sp);
#endif /*_RE1_5_REGEXP__H*/