startp and endp can allocate their array of I32s from the same block of
authorNicholas Clark <nick@ccl4.org>
Sat, 24 Mar 2007 14:44:28 +0000 (14:44 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 24 Mar 2007 14:44:28 +0000 (14:44 +0000)
commit7b734803d2ca6996dddda574daf78d9957b470cd
tree3541e63b0b0a5c99f011f6343332bc978afca5d3
parenta86a1ca71b6cc69a4a01c17f91f95d556810d9f3
startp and endp can allocate their array of I32s from the same block of
memory, and Copy() and free it as one.
Probably these two pointers to array should merge into single pointer
to an array of structs.

p4raw-id: //depot/perl@30745
regcomp.c
regexec.c