nit
This commit is contained in:
5
pike.c
5
pike.c
@@ -433,9 +433,8 @@ int re_comp(rcode *prog, const char *re, int nsubs)
|
|||||||
{ prog->gen = gen + 1; return state; } \
|
{ prog->gen = gen + 1; return state; } \
|
||||||
|
|
||||||
#define newsub(init, copy) \
|
#define newsub(init, copy) \
|
||||||
s1 = freesub; \
|
if (freesub) \
|
||||||
if (s1) \
|
{ s1 = freesub; freesub = (rsub*)s1->sub[0]; copy } \
|
||||||
{ freesub = (rsub*)s1->sub[0]; copy } \
|
|
||||||
else \
|
else \
|
||||||
{ s1 = (rsub*)&nsubs[rsubsize * subidx++]; init } \
|
{ s1 = (rsub*)&nsubs[rsubsize * subidx++]; init } \
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user