comparison src/m/README @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 376386a54a3c
children
comparison
equal deleted inserted replaced
271:c7b7086b0a39 272:c5d627a313b1
10 General XEmacs Changes 10 General XEmacs Changes
11 ---------------------- 11 ----------------------
12 1. Removed all code dealing with VALBITS and XSET*. These are handled 12 1. Removed all code dealing with VALBITS and XSET*. These are handled
13 differently in XEmacs. 13 differently in XEmacs.
14 14
15 2. Removed all defines of WORDS_BIG_ENDIAN. Now determined by configure. 15 2. Removed all defines of WORDS_BIGENDIAN. Now determined by configure.
16 16
17 3. Put #ifndef PURESIZE around all PURESIZE defines so that it can be 17 3. Put #ifndef PURESIZE around all PURESIZE defines so that it can be
18 overridden at configure time. 18 overridden at configure time.
19 19
20 4. Removed all defines of NO_ARG_ARRAY. The arg-array hack is not 20 4. Removed all defines of NO_ARG_ARRAY. The arg-array hack is not