diff 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
line wrap: on
line diff
--- a/src/m/delta.h	Sat Jan 07 00:22:49 1995 +0000
+++ b/src/m/delta.h	Sat Jan 07 00:23:16 1995 +0000
@@ -62,7 +62,7 @@
 #define NO_UNION_TYPE 
 
 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
-   the 24-bit bit field into an int.  In other words, if bit fields
+   the bit field into an int.  In other words, if bit fields
    are always unsigned.
 
    If you use NO_UNION_TYPE, this flag does not matter.  */
@@ -124,12 +124,6 @@
 /* #define NO_SOCK_SIGIO */
 
 
-/* Define these if you want to edit files up to 32Mbytes.
-   Leaving them undefined (files up to 8 Mbytes) should be more efficient. */
-  
-/* #define VALBITS 26
-   #define GCTYPEBITS 5 */
-
 /* Undefine this if you don't want the machine slow down when a buffer
    is modified. */