diff src/ralloc.c @ 734:64e152d639af

entered into RCS
author Joseph Arceneaux <jla@gnu.org>
date Tue, 30 Jun 1992 22:41:21 +0000
parents eca8812e61cd
children 6bf2c4766d4c
line wrap: on
line diff
--- a/src/ralloc.c	Tue Jun 30 13:55:35 1992 +0000
+++ b/src/ralloc.c	Tue Jun 30 22:41:21 1992 +0000
@@ -52,7 +52,6 @@
 #define ALIGNED(addr) (((unsigned int) (addr) & (PAGE - 1)) == 0)
 #define ROUNDUP(size) (((unsigned int) (size) + PAGE) & ~(PAGE - 1))
 #define ROUND_TO_PAGE(addr) (addr & (~(PAGE - 1)))
-#define EXCEEDS_ELISP_PTR(ptr) ((unsigned int) (ptr) >> VALBITS)
 
 /* Managing "almost out of memory" warnings.  */