[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/regex.c
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/src/regex.c |
Date: |
Mon, 09 Sep 2002 15:41:30 -0400 |
Index: emacs/src/regex.c
diff -c emacs/src/regex.c:1.179 emacs/src/regex.c:1.180
*** emacs/src/regex.c:1.179 Thu Sep 5 23:08:53 2002
--- emacs/src/regex.c Mon Sep 9 15:41:30 2002
***************
*** 1834,1840 ****
/* But patterns can have more than `MAX_REGNUM' registers. We just
ignore the excess. */
! typedef unsigned regnum_t;
/* Macros for the compile stack. */
--- 1834,1840 ----
/* But patterns can have more than `MAX_REGNUM' registers. We just
ignore the excess. */
! typedef int regnum_t;
/* Macros for the compile stack. */
- [Emacs-diffs] Changes to emacs/src/regex.c, Kenichi Handa, 2002/09/03
- [Emacs-diffs] Changes to emacs/src/regex.c, Richard M. Stallman, 2002/09/04
- [Emacs-diffs] Changes to emacs/src/regex.c, Dave Love, 2002/09/05
- [Emacs-diffs] Changes to emacs/src/regex.c, Richard M. Stallman, 2002/09/05
- [Emacs-diffs] Changes to emacs/src/regex.c,
Richard M. Stallman <=
- [Emacs-diffs] Changes to emacs/src/regex.c, Stefan Monnier, 2002/09/10
- [Emacs-diffs] Changes to emacs/src/regex.c, Kenichi Handa, 2002/09/18