date and time created 88/07/22 16:08:01 by bostic
[unix-history] / usr / src / old / as.vax / as.h
index bcf9165..5f8f091 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.3 (Berkeley) %G%
  */
 
 #define        reg     register
  */
 
 #define        reg     register
@@ -18,7 +18,7 @@
 #define        NEXP            20      /* max number of expr. terms per instruction */
 #define        NARG            6       /* max number of args per instruction */
 #define        NHASH           1103    /* hash table is dynamically extended */
 #define        NEXP            20      /* max number of expr. terms per instruction */
 #define        NARG            6       /* max number of args per instruction */
 #define        NHASH           1103    /* hash table is dynamically extended */
-#define        TNAMESIZE       32      /* maximum length of temporary file names */
+#define        TNAMESIZE       256     /* maximum length of temporary file names */
 #define        NLOC            4       /* number of location ctrs */
 /*
  *     Sizes for character buffers.
 #define        NLOC            4       /* number of location ctrs */
 /*
  *     Sizes for character buffers.
@@ -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