Mercurial > hg > xemacs-beta
comparison src/s/umax.h @ 771:943eaba38521
[xemacs-hg @ 2002-03-13 08:51:24 by ben]
The big ben-mule-21-5 check-in!
Various files were added and deleted. See CHANGES-ben-mule.
There are still some test suite failures. No crashes, though.
Many of the failures have to do with problems in the test suite itself
rather than in the actual code. I'll be addressing these in the next
day or so -- none of the test suite failures are at all critical.
Meanwhile I'll be trying to address the biggest issues -- i.e. build
or run failures, which will almost certainly happen on various platforms.
All comments should be sent to ben@xemacs.org -- use a Cc: if necessary
when sending to mailing lists. There will be pre- and post- tags,
something like
pre-ben-mule-21-5-merge-in, and
post-ben-mule-21-5-merge-in.
author | ben |
---|---|
date | Wed, 13 Mar 2002 08:54:06 +0000 |
parents | 023b83f4e54b |
children |
comparison
equal
deleted
inserted
replaced
770:336a418893b5 | 771:943eaba38521 |
---|---|
64 /* The symbol in the kernel where the load average is found | 64 /* The symbol in the kernel where the load average is found |
65 is named _avenrun. */ | 65 is named _avenrun. */ |
66 | 66 |
67 #define LDAV_SYMBOL "_avenrun" | 67 #define LDAV_SYMBOL "_avenrun" |
68 | 68 |
69 /* Here, on a separate page, add any special hacks needed | |
70 to make Emacs work on this system. For example, | |
71 you might define certain system call names that don't | |
72 exist on your system, or that do different things on | |
73 your system and must be used only through an encapsulation | |
74 (Which you should place, by convention, in sysdep.c). */ | |
75 | |
76 /* Specify alignment requirement for start of text and data sections | 69 /* Specify alignment requirement for start of text and data sections |
77 in the executable file. */ | 70 in the executable file. */ |
78 | 71 |
79 #define SECTION_ALIGNMENT pagemask | 72 #define SECTION_ALIGNMENT pagemask |
80 | 73 |