Skip to content

Commit 7a7059f

Browse files
committed
extmod/re: Enable extra features with ROM_LEVEL FULL_FEATURES.
1 parent e13d731 commit 7a7059f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py/mpconfig.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1515,11 +1515,11 @@ typedef double mp_float_t;
15151515
#endif
15161516

15171517
#ifndef MICROPY_PY_URE_MATCH_GROUPS
1518-
#define MICROPY_PY_URE_MATCH_GROUPS (0)
1518+
#define MICROPY_PY_URE_MATCH_GROUPS (MICROPY_CONFIG_ROM_LEVEL_AT_LEAST_FULL_FEATURES)
15191519
#endif
15201520

15211521
#ifndef MICROPY_PY_URE_MATCH_SPAN_START_END
1522-
#define MICROPY_PY_URE_MATCH_SPAN_START_END (0)
1522+
#define MICROPY_PY_URE_MATCH_SPAN_START_END (MICROPY_CONFIG_ROM_LEVEL_AT_LEAST_FULL_FEATURES)
15231523
#endif
15241524

15251525
#ifndef MICROPY_PY_URE_SUB

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy