diff options
author | Joseph Arceneaux <jla@gnu.org> | 1992-06-30 22:41:21 +0000 |
---|---|---|
committer | Joseph Arceneaux <jla@gnu.org> | 1992-06-30 22:41:21 +0000 |
commit | 22934e5b34604d051605caf84790441799131736 (patch) | |
tree | d9f7da403b307df455ff5011b171615ce8392653 /src/ralloc.c | |
parent | dfab466cf7dfe7669e79586451631948c752cf89 (diff) | |
download | emacs-22934e5b34604d051605caf84790441799131736.tar.gz |
entered into RCS
Diffstat (limited to 'src/ralloc.c')
-rw-r--r-- | src/ralloc.c | 1 |
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. */ |