Header --> Id
This commit is contained in:
@@ -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".
|
||||
*/
|
||||
#define RCSID0 "$Header$"
|
||||
#define RCSID0 "$Id$"
|
||||
|
||||
/*
|
||||
* NS 16032 options
|
||||
|
||||
@@ -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".
|
||||
*/
|
||||
#define RCSID1 "$Header$"
|
||||
#define RCSID1 "$Id$"
|
||||
|
||||
/*
|
||||
* NS 16032 C declarations
|
||||
|
||||
@@ -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".
|
||||
*/
|
||||
#define RCSID2 "$Header$"
|
||||
#define RCSID2 "$Id$"
|
||||
|
||||
/*
|
||||
* NS 16032 tokens
|
||||
|
||||
@@ -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".
|
||||
*/
|
||||
#define RCSID3 "$Header$"
|
||||
#define RCSID3 "$Id$"
|
||||
|
||||
/*
|
||||
* NS 16032 keywords
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#define RCSID4 "$Header$"
|
||||
#define RCSID4 "$Id$"
|
||||
|
||||
/*
|
||||
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||
|
||||
@@ -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".
|
||||
*/
|
||||
#define RCSID5 "$Header$"
|
||||
#define RCSID5 "$Id$"
|
||||
|
||||
/*
|
||||
* NS 16032 special routines
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
|
||||
.define .strhp
|
||||
|
||||
! $Header$
|
||||
! $Id$
|
||||
|
||||
|
||||
.strhp:
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
#ifndef NORCSID
|
||||
static char rcsid[] = "$Header$" ;
|
||||
static char rcsid[] = "$Id$" ;
|
||||
#endif
|
||||
|
||||
con_part(sz, w)
|
||||
|
||||
@@ -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 ex_ap(y) fprintf(codefile,".extern %s\n",y)
|
||||
#define in_ap(y) /* nothing */
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
rcsid = "$Header$"
|
||||
rcsid = "$Id$"
|
||||
|
||||
/*****************************************************************
|
||||
* *
|
||||
|
||||
Reference in New Issue
Block a user