summaryrefslogtreecommitdiff
path: root/src/ralloc.c
diff options
context:
space:
mode:
authorJoseph Arceneaux <jla@gnu.org>1992-06-30 22:41:21 +0000
committerJoseph Arceneaux <jla@gnu.org>1992-06-30 22:41:21 +0000
commit94d7c01aae32fcedca09c23baa0cf4d02f177455 (patch)
tree5ff54e61362537e19b03ef4436c24adad96a33d8 /src/ralloc.c
parentd8cafeb502e38d57a368708031d96cab3a8f58e6 (diff)
downloademacs-94d7c01aae32fcedca09c23baa0cf4d02f177455.tar.gz
emacs-94d7c01aae32fcedca09c23baa0cf4d02f177455.tar.bz2
emacs-94d7c01aae32fcedca09c23baa0cf4d02f177455.zip
entered into RCS
Diffstat (limited to 'src/ralloc.c')
-rw-r--r--src/ralloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ralloc.c b/src/ralloc.c
index 927c2dd5477..aceac44b938 100644
--- a/src/ralloc.c
+++ b/src/ralloc.c
@@ -52,7 +52,6 @@ static POINTER page_break_value;
#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. */