Partially fix a problem noticed by IRIX compiler:
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 24 Jun 2001 19:50:40 +0000 (19:50 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 24 Jun 2001 19:50:40 +0000 (19:50 +0000)
commitf06dbbb7326ef8a9ac427a089dffdd9affcac342
treea82edfd5e660efe6568b9440e1af19052651adcb
parent13280709f35de7368a60751961ed524221ca433a
Partially fix a problem noticed by IRIX compiler:
the initialization of parse_start was bypassed by
several gotos.  Now initialized to zero, which may
not be the best choice.

p4raw-id: //depot/perl@10906
regcomp.c