summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorJohn Bley <jbb6@acpub.duke.edu>1999-02-20 11:02:34 -0500
committerGurusamy Sarathy <gsar@cpan.org>1999-02-20 22:48:30 +0000
commitcd488c120363b3ff387447589a3dee254639b484 (patch)
tree5cf0657bd69833d7e0245b522fa13f4f3d9df002 /regcomp.c
parent5a7d6335190115924fb02ebaba4cc17bde07c125 (diff)
downloadperl-cd488c120363b3ff387447589a3dee254639b484.tar.gz
5.005_55 (CORE) Sparse intializer in regcomp.c
Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu> p4raw-id: //depot/perl@2999
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/regcomp.c b/regcomp.c
index 5b4bdf397b..0872c2ca8c 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