use proper path
[unix-history] / usr / src / old / as.vax / assyms.h
index a2b738e..165640f 100644 (file)
@@ -1,7 +1,11 @@
 /*
 /*
- *     Copyright (c) 1982 Regents of the University of California
- *     @(#)assyms.h 4.4 %G%
+ * Copyright (c) 1982 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)assyms.h    5.1 (Berkeley) %G%
  */
  */
+
 /*
  *     To speed up walks through symbols defined in a particular
  *     segment, we buil up a table of pointers into the symbol table
 /*
  *     To speed up walks through symbols defined in a particular
  *     segment, we buil up a table of pointers into the symbol table
@@ -32,10 +36,7 @@ extern       int     hshused;                /*how many hash slots used*/
            walkpointer = * ++ copointer)
 /*
  *     Symbols are allocated in non contiguous chunks by extending
            walkpointer = * ++ copointer)
 /*
  *     Symbols are allocated in non contiguous chunks by extending
- *     the data area.  This way, it is extremely easy to
- *     allow virtual memory temporary files, change the length
- *     of NCPS, and allows for a much more flexible storage
- *     allocation
+ *     the data area.
  */
 
 #define SYMDALLOP      200
  */
 
 #define SYMDALLOP      200
@@ -45,10 +46,8 @@ struct       allocbox{
 };
 
 /*
 };
 
 /*
- *     Names are allocated in a string pool.  String pools are linked
- *     together and are allocated dynamically by Calloc.
+ *     Names are allocated in a dynamically extensible string pool.
  */
  */
-#define        STRPOOLDALLOP   NCPS
 struct strpool{
        struct  strpool *str_next;
        int             str_nalloc;
 struct strpool{
        struct  strpool *str_next;
        int             str_nalloc;