BSD 4 release
[unix-history] / usr / src / cmd / pi / yycopy.c
index bf569f2..1c3b8c9 100644 (file)
@@ -1,4 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 /* Copyright (c) 1979 Regents of the University of California */
+
+static char sccsid[] = "@(#)yycopy.c 1.1 8/27/80";
+
 #include       "0.h"
 #include       "yy.h"
 
 #include       "0.h"
 #include       "yy.h"
 
@@ -14,6 +17,3 @@ OYcopy ()
            }
            while ( -- r2 > 0 );
     }
            }
            while ( -- r2 > 0 );
     }
-
-
-