readme: misc for next opts

This commit is contained in:
Kyryl Melekhin
2021-10-02 09:37:09 +00:00
parent 2bdc92d6ec
commit 8728bcf941
2 changed files with 5 additions and 2 deletions

3
pike.c
View File

@@ -185,6 +185,9 @@ void re_dumpcode(rcode *prog)
printf("Unilen: %d, insts: %d\n", prog->unilen, prog->len);
}
/* next todo: crack and factor out this recursion,
no recursion will allow to make a meta macro out
of this, such that re_sizecode() becomes efficient */
static int _compilecode(const char **re_loc, rcode *prog, int sizecode)
{
const char *re = *re_loc;