emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: suspect error in regex.c


From: Richard Stallman
Subject: Re: suspect error in regex.c
Date: Sun, 08 Sep 2002 08:54:50 -0400

Does this patch work right?


*** regex.c.~1.179.~    Thu Sep  5 23:00:55 2002
--- regex.c     Sat Sep  7 15:15:41 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]