From fd798dd6fe9b229c889136efc5043b3b66592e03 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 6 Nov 1995 17:06:24 +0000 Subject: [PATCH] From FSF. --- lib/regex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/regex.c b/lib/regex.c index e5483f8..0a6ebff 100644 --- a/lib/regex.c +++ b/lib/regex.c @@ -1297,7 +1297,7 @@ typedef struct { \ for (this_reg = highest_active_reg; this_reg > high_reg; this_reg--) \ { \ - reg_info[this_reg].word = 0; \ + reg_info[this_reg].word.integer = 0; \ regend[this_reg] = 0; \ regstart[this_reg] = 0; \ } \ -- 2.7.4