NBPW changed to NBWD to avoid conflict in param.h
[unix-history] / usr / src / old / as.vax / as.h
index bcf9165..2d2214c 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)as.h        5.1 (Berkeley) %G%
+ *     @(#)as.h        5.2 (Berkeley) %G%
  */
 
 #define        reg     register
  */
 
 #define        reg     register
@@ -59,7 +59,7 @@
 #define        XFORW   0x20    /* Was forward-referenced when undefined */
 
 #define        ERR     (-1)
 #define        XFORW   0x20    /* Was forward-referenced when undefined */
 
 #define        ERR     (-1)
-#define        NBPW    32      /* Bits per word */
+#define        NBWD    32      /* Bits per word */
 
 #define        AMASK   017
 
 
 #define        AMASK   017