date and time created 88/07/22 16:08:01 by bostic
[unix-history] / usr / src / old / as.vax / asscan3.c
index 2653d2e..6fd2ba3 100644 (file)
@@ -1,15 +1,17 @@
 /*
 /*
- *     Copyright (c) 1982 Regents of the University of California
+ * Copyright (c) 1982 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
  */
  */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)asscan3.c 4.3 %G%";
+static char sccsid[] = "@(#)asscan3.c  5.1 (Berkeley) %G%";
 #endif not lint
 
 #include "asscanl.h"
 
 readonly short type[] = {
 
 #endif not lint
 
 #include "asscanl.h"
 
 readonly short type[] = {
 
-/*fill up the input buffer*/   NEEDSBUF,       
 /*hit the hard end of file*/   SCANEOF,        
        /* '^@' 0x00 0000 */    SP,
        /* '^A' 0x01 0001 */    BADCHAR,
 /*hit the hard end of file*/   SCANEOF,        
        /* '^@' 0x00 0000 */    SP,
        /* '^A' 0x01 0001 */    BADCHAR,