Skip to content

Commit d7194f1

Browse files
committed
extmod: Update re1.5 to 0.7.
Includes static function fix and all the previous improvements and fixes by @dpgeorge.
1 parent 0e96d1b commit d7194f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extmod/re1.5/compilecode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ int re1_5_sizecode(const char *re)
6666

6767
#define EMIT(at, byte) code[at] = byte
6868

69-
const char *_compilecode(const char *re, ByteProg *prog)
69+
static const char *_compilecode(const char *re, ByteProg *prog)
7070
{
7171
char *code = prog->insts;
7272
int pc = prog->bytelen;

0 commit comments

Comments
 (0)