comparison src/m/acorn.h @ 13374:1d4654a97585

(SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h.
author Karl Heuer <kwzh@gnu.org>
date Tue, 31 Oct 1995 17:20:16 +0000
parents 23f72b18b420
children ee40177f6c68
comparison
equal deleted inserted replaced
13373:c2eff18fae26 13374:1d4654a97585
16 You should have received a copy of the GNU General Public License 16 You should have received a copy of the GNU General Public License
17 along with GNU Emacs; see the file COPYING. If not, write to 17 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
19 19
20 20
21
22 /* The following three symbols give information on
23 the size of various data types. */
24
25 #define SHORTBITS 16 /* Number of bits in a short */
26
27 #define INTBITS 32 /* Number of bits in an int */
28
29 #define LONGBITS 32 /* Number of bits in a long */
30 21
31 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 22 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
32 is the most significant byte. */ 23 is the most significant byte. */
33 24
34 #undef WORDS_BIG_ENDIAN 25 #undef WORDS_BIG_ENDIAN