Mercurial > emacs
changeset 13323:679c9edb12c5
(POP_FAILURE_POINT): Use .word.integer.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 29 Oct 1995 19:36:39 +0000 |
parents | 336cbb88a1e3 |
children | cff657a37032 |
files | src/regex.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/regex.c Sun Oct 29 19:17:24 1995 +0000 +++ b/src/regex.c Sun Oct 29 19:36:39 1995 +0000 @@ -1295,7 +1295,7 @@ { \ 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; \ } \