emacs-diffs
[Top][All Lists]
Advanced

[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.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]