Added Rcs Id
authorceriel <none@none>
Tue, 31 Mar 1987 11:09:18 +0000 (11:09 +0000)
committerceriel <none@none>
Tue, 31 Mar 1987 11:09:18 +0000 (11:09 +0000)
lang/occam/lib/builtin.c
lang/occam/lib/chan_strct.c
lang/occam/lib/channel.c
lang/occam/lib/co.c
lang/occam/lib/now.c
lang/occam/lib/ocm_chan.h
lang/occam/lib/ocm_parco.h
lang/occam/lib/ocm_proc.h
lang/occam/lib/ocrt.c
lang/occam/lib/par.c
lang/occam/lib/parco.c

index e6d8d77..3bde59b 100644 (file)
@@ -1,3 +1,4 @@
+/* $Header$ */
 /*
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
index 5fcb3e8..431d8b6 100644 (file)
@@ -1,3 +1,4 @@
+/* $Header$ */
 /*     chan_struct.c - channel routines for more structured objects */
 #include "ocm_chan.h"
 
index 5685fd3..e66aabb 100644 (file)
@@ -1,3 +1,4 @@
+/* $Header$ */
 /*     channel.c - basic channel handling routines */
 #include <errno.h>
 #include <signal.h>
index ff80388..2d75b3e 100644 (file)
@@ -1,3 +1,4 @@
+/* $Header$ */
 /*     co.c - Routines to handle coroutines */
 #include "ocm_proc.h"
 
index 9ce234d..f0fcb58 100644 (file)
@@ -1,3 +1,4 @@
+/* $Header$ */
 long now()
 {
        extern int deadlock;
index 1d45606..0a01075 100644 (file)
@@ -1,3 +1,4 @@
+/* $Header$ */
 /*     channel.h - channel definitions */
 #include <stdio.h>
 #include "parco.h"
index 1588d43..9fb1c64 100644 (file)
@@ -1,3 +1,4 @@
+/* $Header$ */
 /*     parco.h - Define names for simulation routines
  *
  *      This file is to be included by users of the higher-level routines
index fcc9503..6eb2824 100644 (file)
@@ -1,3 +1,4 @@
+/* $Header$ */
 /*     process.h - Define administration types and functions
  *
  *      This file is to be included by implementors of the higher
index e3061d9..abcd4a2 100644 (file)
@@ -1,3 +1,4 @@
+/* $Header$ */
 /*     ocrt.c - Occam runtime support */
 #include "ocm_chan.h"
 
index 9830ec4..af54d60 100644 (file)
@@ -1,3 +1,4 @@
+/* $Header$ */
 /*     par.c - Routines to simulate parallelism */
 #include "ocm_proc.h"
 
index 26c114e..5148e47 100644 (file)
@@ -1,3 +1,4 @@
+/* $Header$ */
 /*     parco.c - Common routines for simulating parallelism or coroutines on
  *               machines with downward growing stacks
  */