소스 검색

Added Rcs Id

ceriel 37 년 전
부모
커밋
4f16130684

+ 1 - 0
lang/occam/lib/builtin.c

@@ -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".

+ 1 - 0
lang/occam/lib/chan_strct.c

@@ -1,3 +1,4 @@
+/* $Header$ */
 /*	chan_struct.c - channel routines for more structured objects */
 #include "ocm_chan.h"
 

+ 1 - 0
lang/occam/lib/channel.c

@@ -1,3 +1,4 @@
+/* $Header$ */
 /*	channel.c - basic channel handling routines */
 #include <errno.h>
 #include <signal.h>

+ 1 - 0
lang/occam/lib/co.c

@@ -1,3 +1,4 @@
+/* $Header$ */
 /*	co.c - Routines to handle coroutines */
 #include "ocm_proc.h"
 

+ 1 - 0
lang/occam/lib/now.c

@@ -1,3 +1,4 @@
+/* $Header$ */
 long now()
 {
 	extern int deadlock;

+ 1 - 0
lang/occam/lib/ocm_chan.h

@@ -1,3 +1,4 @@
+/* $Header$ */
 /*	channel.h - channel definitions */
 #include <stdio.h>
 #include "parco.h"

+ 1 - 0
lang/occam/lib/ocm_parco.h

@@ -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

+ 1 - 0
lang/occam/lib/ocm_proc.h

@@ -1,3 +1,4 @@
+/* $Header$ */
 /*	process.h - Define administration types and functions
  *
  *      This file is to be included by implementors of the higher

+ 1 - 0
lang/occam/lib/ocrt.c

@@ -1,3 +1,4 @@
+/* $Header$ */
 /*	ocrt.c - Occam runtime support */
 #include "ocm_chan.h"
 

+ 1 - 0
lang/occam/lib/par.c

@@ -1,3 +1,4 @@
+/* $Header$ */
 /*	par.c - Routines to simulate parallelism */
 #include "ocm_proc.h"
 

+ 1 - 0
lang/occam/lib/parco.c

@@ -1,3 +1,4 @@
+/* $Header$ */
 /*	parco.c	- Common routines for simulating parallelism or coroutines on
  *		  machines with downward growing stacks
  */