diff options
author | Glenn Morris <rgm@gnu.org> | 2010-05-05 22:27:17 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-05-05 22:27:17 -0700 |
commit | 0c99c5973257dcdc4717b08e172a0b00a0d0c080 (patch) | |
tree | 31c285ada6ac946818b194cf1c4581c8b7bb3743 /src/m/ibms390.h | |
parent | 72528372a762953c9209a7a5fa2e0641a7437f0d (diff) | |
download | emacs-0c99c5973257dcdc4717b08e172a0b00a0d0c080.tar.gz |
Comment changes for some src/m/*.h files.
Remove some out-of-date comments, reformat others.
Diffstat (limited to 'src/m/ibms390.h')
-rw-r--r-- | src/m/ibms390.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/m/ibms390.h b/src/m/ibms390.h index efcd58daba3..9a8897e443d 100644 --- a/src/m/ibms390.h +++ b/src/m/ibms390.h @@ -18,13 +18,8 @@ You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ -/* The following line tells the configuration script what sort of - operating system this machine is likely to run. - USUAL-OPSYS="<name of system .h file here, without the s- or .h>" */ - /* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word is the most significant byte. */ - #define WORDS_BIG_ENDIAN /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend @@ -32,15 +27,12 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ are always unsigned. This flag only matters if you use USE_LISP_UNION_TYPE. */ - #define EXPLICIT_SIGN_EXTEND /* Data type of load average, as read out of kmem. */ - #define LOAD_AVE_TYPE long /* Convert that into an integer that is 100 for a load average of 1.0 */ - #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) /* Define VIRT_ADDR_VARIES if the virtual addresses of @@ -49,7 +41,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ Otherwise Emacs assumes that text space precedes data space, numerically. */ - #define VIRT_ADDR_VARIES /* arch-tag: d8a0ffa4-a8f0-4736-90d3-7fd7b21b8314 |