entered into RCS

This commit is contained in:
Joseph Arceneaux
1992-06-30 22:41:21 +00:00
parent d8cafeb502
commit 94d7c01aae
3 changed files with 120 additions and 1 deletions

View File

@@ -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. */