comparison src/m/delta.h @ 10362:f145d62266f6

(VALBITS, GCTYPEBITS): Deleted; default is better.
author Karl Heuer <kwzh@gnu.org>
date Sat, 07 Jan 1995 00:23:16 +0000
parents 1a498b87fdbd
children c5ea5058d310
comparison
equal deleted inserted replaced
10361:ad238f4988c0 10362:f145d62266f6
60 /* This is desirable for most machines. */ 60 /* This is desirable for most machines. */
61 61
62 #define NO_UNION_TYPE 62 #define NO_UNION_TYPE
63 63
64 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend 64 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
65 the 24-bit bit field into an int. In other words, if bit fields 65 the bit field into an int. In other words, if bit fields
66 are always unsigned. 66 are always unsigned.
67 67
68 If you use NO_UNION_TYPE, this flag does not matter. */ 68 If you use NO_UNION_TYPE, this flag does not matter. */
69 69
70 #define EXPLICIT_SIGN_EXTEND 70 #define EXPLICIT_SIGN_EXTEND
122 */ 122 */
123 123
124 /* #define NO_SOCK_SIGIO */ 124 /* #define NO_SOCK_SIGIO */
125 125
126 126
127 /* Define these if you want to edit files up to 32Mbytes.
128 Leaving them undefined (files up to 8 Mbytes) should be more efficient. */
129
130 /* #define VALBITS 26
131 #define GCTYPEBITS 5 */
132
133 /* Undefine this if you don't want the machine slow down when a buffer 127 /* Undefine this if you don't want the machine slow down when a buffer
134 is modified. */ 128 is modified. */
135 129
136 #define CLASH_DETECTION 130 #define CLASH_DETECTION
137 131