Header --> Id

This commit is contained in:
ceriel
1994-06-24 11:31:16 +00:00
parent 6cec9aca97
commit 5c83e7dbb5
908 changed files with 909 additions and 909 deletions

View File

@@ -1,5 +1,5 @@
#ifndef NORCSID
static char rcsid[] = "$Header$";
static char rcsid[] = "$Id$";
#endif
#include <stdio.h>

View File

@@ -2,7 +2,7 @@
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header$ */
/* $Id$ */
extern line_p newline();
extern offset *newrom();

View File

@@ -2,7 +2,7 @@
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header$ */
/* $Id$ */
#ifndef NDEBUG
#define assert(x) if(!(x)) badassertion(__FILE__,__LINE__)

View File

@@ -1,5 +1,5 @@
#ifndef NORCSID
static char rcsid[] = "$Header$";
static char rcsid[] = "$Id$";
#endif
#include "param.h"

View File

@@ -1,5 +1,5 @@
#ifndef NORCSID
static char rcsid[] = "$Header$";
static char rcsid[] = "$Id$";
#endif
#include <stdio.h>

View File

@@ -1,4 +1,4 @@
.\" $Header$
.\" $Id$
.TH EM_OPT 6 "$Revision$"
.ad
.SH NAME

View File

@@ -2,7 +2,7 @@
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header$ */
/* $Id$ */
#ifndef FILE
#include <stdio.h>

View File

@@ -1,5 +1,5 @@
#ifndef NORCSID
static char rcsid[] = "$Header$";
static char rcsid[] = "$Id$";
#endif
#include "param.h"

View File

@@ -1,5 +1,5 @@
#ifndef NORCSID
static char rcsid[] = "$Header$";
static char rcsid[] = "$Id$";
#endif
#include <stdio.h>

View File

@@ -2,7 +2,7 @@
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header$ */
/* $Id$ */
#define NARGBYTES 14
struct argbytes {

View File

@@ -1,5 +1,5 @@
#ifndef NORCSID
static char rcsid[] = "$Header$";
static char rcsid[] = "$Id$";
#endif
#include "param.h"

View File

@@ -2,7 +2,7 @@
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header$ */
/* $Id$ */
#define IDL 100

View File

@@ -1,5 +1,5 @@
#ifndef NORCSID
static char rcsid[] = "$Header$";
static char rcsid[] = "$Id$";
#endif
#include <stdio.h>

View File

@@ -1,6 +1,6 @@
%{
#ifndef NORCSID
static char rcsid[] = "$Header$";
static char rcsid[] = "$Id$";
#endif
#include <stdio.h>

View File

@@ -2,7 +2,7 @@
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header$ */
/* $Id$ */
#undef DIAGOPT /* if defined diagnostics are produced */
#ifdef DIAGOPT

View File

@@ -2,7 +2,7 @@
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header$ */
/* $Id$ */
#define LONGOFF /* if defined long offsets are used */

View File

@@ -2,7 +2,7 @@
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header$ */
/* $Id$ */
/*
* pattern contains the optimization patterns in an apparently

View File

@@ -1,4 +1,4 @@
"$Header$"
"$Id$"
inc dec:
inc loc adi $3==w: loc $2+1 adi w
inc loc sbi $3==w: loc $2-1 sbi w

View File

@@ -1,5 +1,5 @@
#ifndef NORCSID
static char rcsid[] = "$Header$";
static char rcsid[] = "$Id$";
#endif
#include "param.h"

View File

@@ -1,5 +1,5 @@
#ifndef NORCSID
static char rcsid[] = "$Header$";
static char rcsid[] = "$Id$";
#endif
#include "param.h"

View File

@@ -2,7 +2,7 @@
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header$ */
/* $Id$ */
struct num {
num_p n_next;

View File

@@ -1,4 +1,4 @@
# $Header$
# $Id$
#PARAMS do not remove this line!

View File

@@ -1,5 +1,5 @@
#ifndef NORCSID
static char rcsid[] = "$Header$";
static char rcsid[] = "$Id$";
#endif
#include "param.h"

View File

@@ -1,5 +1,5 @@
#ifndef NORCSID
static char rcsid[] = "$Header$";
static char rcsid[] = "$Id$";
#endif
#include "assert.h"

View File

@@ -1,6 +1,6 @@
%{
#ifndef NORCSID
static char rcsid2[] = "$Header$";
static char rcsid2[] = "$Id$";
#endif
/*

View File

@@ -1,5 +1,5 @@
#ifndef NORCSID
static char rcsid[] = "$Header$";
static char rcsid[] = "$Id$";
#endif
#include "param.h"

View File

@@ -1,5 +1,5 @@
#ifndef NORCSID
static char rcsid[] = "$Header$";
static char rcsid[] = "$Id$";
#endif
/*
* This file contains the main part of the top element size computation phase.

View File

@@ -1,7 +1,7 @@
/*
* Author: Hans van Eck.
*/
/* $Header$ */
/* $Id$ */
extern int state;
#define KNOWN 1

View File

@@ -1,4 +1,4 @@
: '$Header$'
: '$Id$'
while true
do
(echo ' mes 2,2,2

View File

@@ -2,7 +2,7 @@
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header$ */
/* $Id$ */
typedef char byte;
typedef char bool;

View File

@@ -1,5 +1,5 @@
#ifndef NORCSID
static char rcsid[] = "$Header$";
static char rcsid[] = "$Id$";
#endif
#include <stdio.h>

View File

@@ -1,5 +1,5 @@
#ifndef NORCSID
static char rcsid[] = "$Header$";
static char rcsid[] = "$Id$";
#endif
#include <stdio.h>