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: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/src/regex.c
Date: Mon, 20 Feb 2006 03:48:53 +0000

Index: emacs/src/regex.c
diff -u emacs/src/regex.c:1.207 emacs/src/regex.c:1.208
--- emacs/src/regex.c:1.207     Mon Feb 20 01:19:08 2006
+++ emacs/src/regex.c   Mon Feb 20 03:48:53 2006
@@ -2070,7 +2070,7 @@
       = (int *) xrealloc (work_area->table, work_area->allocated);
   else
     work_area->table
-      = (int *) xalloc (work_area->allocated);
+      = (int *) xmalloc (work_area->allocated);
 }
 
 #ifdef emacs




reply via email to

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