Header --> Id
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
#ifndef NORCSID
|
||||
static char rcsid[]= "$Header$" ;
|
||||
static char rcsid[]= "$Id$" ;
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
/************************************************************/
|
||||
|
||||
|
||||
rcsid = "$Header$"
|
||||
rcsid = "$Id$"
|
||||
|
||||
EM_WSIZE = 2
|
||||
EM_PSIZE = 2
|
||||
|
||||
Reference in New Issue
Block a user