Header --> Id

This commit is contained in:
ceriel
1994-06-24 14:02:31 +00:00
parent bcc84a94d5
commit f26dd7bb01
1254 changed files with 1254 additions and 1254 deletions

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".

View File

@@ -1,5 +1,5 @@
%{
/* $Header$ */
/* $Id$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".

View File

@@ -1,4 +1,4 @@
# $Header$
# $Id$
# C compilation part. Not to be called directly.
# Instead, it is to be called by the Makefile.

View File

@@ -1,4 +1,4 @@
# $Header$
# $Id$
# make occam compiler

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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