[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/tty-child-frames cc3c05cad9e: Revert "Mark atimer allocation as
From: |
Gerd Moellmann |
Subject: |
scratch/tty-child-frames cc3c05cad9e: Revert "Mark atimer allocation as ambiguous root" |
Date: |
Wed, 6 Nov 2024 08:35:21 -0500 (EST) |
branch: scratch/tty-child-frames
commit cc3c05cad9ef42cd7b0231efdbdba228aa06de92
Author: Gerd Möllmann <gerd@gnu.org>
Commit: Gerd Möllmann <gerd@gnu.org>
Revert "Mark atimer allocation as ambiguous root"
This reverts commit c42b90b21a4efb3c5a8ebc6e3bd6be2908d1f2ac.
---
src/atimer.c | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/src/atimer.c b/src/atimer.c
index 5bd282a310d..8253ae3a166 100644
--- a/src/atimer.c
+++ b/src/atimer.c
@@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public
License
along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
-#include "igc.h"
#ifdef WINDOWSNT
#define raise(s) w32_raise(s)
@@ -133,13 +132,7 @@ start_atimer (enum atimer_type type, struct timespec
timestamp,
free_atimers = t->next;
}
else
- {
-#ifdef HAVE_MPS
- t = igc_xzalloc_ambig (sizeof *t);
-#else
- t = xmalloc (sizeof *t);
-#endif
- }
+ t = xmalloc (sizeof *t);
/* Fill the atimer structure. */
memset (t, 0, sizeof *t);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- scratch/tty-child-frames cc3c05cad9e: Revert "Mark atimer allocation as ambiguous root",
Gerd Moellmann <=