BSD 4_4 release
[unix-history] / usr / src / old / as.vax / asscan.h
index ddc7164..59ef215 100644 (file)
@@ -1,7 +1,11 @@
 /*
 /*
- *     Copyright (c) 1982 Regents of the University of California
- *     @(#)asscan.h 4.8 %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.
+ *
+ *     @(#)asscan.h    5.1 (Berkeley) 4/30/85
  */
  */
+
 /*
  *     The character scanner is called to fill up one token buffer
  *
 /*
  *     The character scanner is called to fill up one token buffer
  *
@@ -84,11 +88,3 @@ typedef u_short lgtype;                      /*for storing length of strings or skiping*/
 
 extern ptrall tokptr;  /*the next token to consume, call by copy*/
 extern ptrall tokub;   /*current upper bound in the current buffer*/
 
 extern ptrall tokptr;  /*the next token to consume, call by copy*/
 extern ptrall tokub;   /*current upper bound in the current buffer*/
-/*
- *     Strings are stored in the string pool; see strsave(str, length)
- *     Strings are known by their length and values.
- *     A string pointer points to the beginning of the value bytes;
- *     the preceding two bytes are the length.
- */
-#define        STRLEN(str)     (((lgtype *)str)[-1])
-char *savestr();