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: Tue, 30 Sep 2003 08:36:17 -0400

Index: emacs/src/regex.c
diff -c emacs/src/regex.c:1.187 emacs/src/regex.c:1.188
*** emacs/src/regex.c:1.187     Mon Sep  1 11:45:56 2003
--- emacs/src/regex.c   Tue Sep 30 08:36:17 2003
***************
*** 3514,3521 ****
    if (syntax & RE_NO_POSIX_BACKTRACKING)
      BUF_PUSH (succeed);
  
-   free (compile_stack.stack);
- 
    /* We have succeeded; set the length of the buffer.  */
    bufp->used = b - bufp->buffer;
  
--- 3514,3519 ----
***************
*** 3555,3561 ****
    }
  #endif /* not MATCH_MAY_ALLOCATE */
  
!   return REG_NOERROR;
  } /* regex_compile */
  
  /* Subroutines for `regex_compile'.  */
--- 3553,3559 ----
    }
  #endif /* not MATCH_MAY_ALLOCATE */
  
!   FREE_STACK_RETURN (REG_NOERROR);
  } /* regex_compile */
  
  /* Subroutines for `regex_compile'.  */




reply via email to

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