* Need to cast (BACKEND_PAGE_SIZE-1) to an unsigned long before bit
flipping, otherwise we're potentially cutting the high bits off the
allocation address.
* padding. */
aligned_spaces = (void *)((((unsigned long)(char *)spaces)
+ BACKEND_PAGE_SIZE - 1)
- & ~(BACKEND_PAGE_SIZE - 1));
+ & ~(unsigned long)(BACKEND_PAGE_SIZE - 1));
per_thread=(union per_thread_data *)
(aligned_spaces+
THREAD_CONTROL_STACK_SIZE+
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.9.39"
+"1.0.9.40"