From: John Bley Date: Sat, 20 Feb 1999 16:02:34 +0000 (-0500) Subject: 5.005_55 (CORE) Sparse intializer in regcomp.c X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cd488c120363b3ff387447589a3dee254639b484;p=p5sagit%2Fp5-mst-13.2.git 5.005_55 (CORE) Sparse intializer in regcomp.c Message-Id: p4raw-id: //depot/perl@2999 --- diff --git a/regcomp.c b/regcomp.c index 5b4bdf3..0872c2c 100644 --- a/regcomp.c +++ b/regcomp.c @@ -172,7 +172,8 @@ typedef struct { } scan_data_t; #endif -static scan_data_t zero_scan_data = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; +static scan_data_t zero_scan_data = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0 }; #define SF_BEFORE_EOL (SF_BEFORE_SEOL|SF_BEFORE_MEOL) #define SF_BEFORE_SEOL 0x1