diff options
| author | Damien George <damien@micropython.org> | 2021-07-12 16:33:19 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2021-07-12 16:36:26 +1000 |
| commit | d1d172f536247df4716b76b105a875477ea75d65 (patch) | |
| tree | 9a3ce8a5f35dd3e7799cdd833bf63710659767c9 | |
| parent | e2f0b181f94c7f0843102b02912680d916b0b7d0 (diff) | |
lib/re1.5: Move re1.5 code from extmod to lib.
It's third-party code, and not necessarily tied to extmod.
Signed-off-by: Damien George <damien@micropython.org>
| -rw-r--r-- | lib/re1.5/charclass.c (renamed from extmod/re1.5/charclass.c) | 0 | ||||
| -rw-r--r-- | lib/re1.5/compilecode.c (renamed from extmod/re1.5/compilecode.c) | 0 | ||||
| -rw-r--r-- | lib/re1.5/dumpcode.c (renamed from extmod/re1.5/dumpcode.c) | 0 | ||||
| -rw-r--r-- | lib/re1.5/re1.5.h (renamed from extmod/re1.5/re1.5.h) | 0 | ||||
| -rw-r--r-- | lib/re1.5/recursiveloop.c (renamed from extmod/re1.5/recursiveloop.c) | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/extmod/re1.5/charclass.c b/lib/re1.5/charclass.c index 7f6388c93..7f6388c93 100644 --- a/extmod/re1.5/charclass.c +++ b/lib/re1.5/charclass.c diff --git a/extmod/re1.5/compilecode.c b/lib/re1.5/compilecode.c index add4f6ac2..add4f6ac2 100644 --- a/extmod/re1.5/compilecode.c +++ b/lib/re1.5/compilecode.c diff --git a/extmod/re1.5/dumpcode.c b/lib/re1.5/dumpcode.c index d7781d849..d7781d849 100644 --- a/extmod/re1.5/dumpcode.c +++ b/lib/re1.5/dumpcode.c diff --git a/extmod/re1.5/re1.5.h b/lib/re1.5/re1.5.h index ba6f97b74..ba6f97b74 100644 --- a/extmod/re1.5/re1.5.h +++ b/lib/re1.5/re1.5.h diff --git a/extmod/re1.5/recursiveloop.c b/lib/re1.5/recursiveloop.c index f8cb92629..f8cb92629 100644 --- a/extmod/re1.5/recursiveloop.c +++ b/lib/re1.5/recursiveloop.c |
