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,4 +1,4 @@
.\" $Header$
.\" $Id$
.de SB
.\" SuBheader
.sp 1

View File

@@ -3,7 +3,7 @@
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#ifndef NORCSID
#define RCS_ACK "$Header$"
#define RCS_ACK "$Id$"
#endif
/****************************************************************************/

View File

@@ -7,7 +7,7 @@
#include "trans.h"
#ifndef NORCSID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
#endif
#undef EXTERN

View File

@@ -3,7 +3,7 @@
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#ifndef NORCSID
#define RCS_DATA "$Header$"
#define RCS_DATA "$Id$"
#endif
EXTERN char *stopsuffix; /* Suffix to stop at */

View File

@@ -9,7 +9,7 @@
/***************************************************************/
#ifndef NORCSID
#define RCS_DMACH "$Header$"
#define RCS_DMACH "$Id$"
#endif

View File

@@ -12,7 +12,7 @@
#include <em_path.h>
#ifndef NORCSID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
#endif
char *add_u(part,ptr) char *ptr ; {

View File

@@ -14,7 +14,7 @@
#include "grows.h"
#ifndef NORCSID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
static char rcs_grows[] = RCS_GROWS ;
#endif

View File

@@ -3,7 +3,7 @@
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#ifndef NORCSID
#define RCS_GROWS "$Header$"
#define RCS_GROWS "$Id$"
#endif
/* struct used to identify and do bookkeeping for growing strings */

View File

@@ -8,7 +8,7 @@
#include "list.h"
#ifndef NORCSID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
static char rcs_list[] = RCS_LIST ;
#endif

View File

@@ -3,7 +3,7 @@
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#ifndef NORCSID
#define RCS_LIST "$Header$"
#define RCS_LIST "$Id$"
#endif
struct ca_elem {

View File

@@ -12,7 +12,7 @@
#include <signal.h>
#ifndef NORCSID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
static char rcs_ack[] = RCS_ACK ;
#endif

View File

@@ -8,7 +8,7 @@
#include <ctype.h>
#ifndef NORCSID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
#endif
char *fname = 0 ;

View File

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

View File

@@ -14,7 +14,7 @@
#include <stdio.h>
#ifndef NORCSID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
static char rcs_dmach[] = RCS_DMACH ;
#endif

View File

@@ -12,7 +12,7 @@
#include <signal.h>
#ifndef NORCSID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
#endif
#define ARG_MORE 40 /* The size of args chunks to allocate */

View File

@@ -10,7 +10,7 @@
#include "data.h"
#ifndef NORCSID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
#endif
enum f_path getpath(first) register trf **first ; {

View File

@@ -7,7 +7,7 @@
#include "ack.h"
#ifndef NORCSID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
#endif
/* The processing of string valued variables,

View File

@@ -11,7 +11,7 @@
#include "data.h"
#ifndef NORCSID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
static char rcs_trans[] = RCS_TRANS ;
#endif

View File

@@ -3,7 +3,7 @@
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#ifndef NORCSID
#define RCS_TRANS "$Header$"
#define RCS_TRANS "$Id$"
#endif
/* This structure is the center of all actions */

View File

@@ -16,7 +16,7 @@
#include <stdio.h>
#ifndef NORCSID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
#endif
extern char *progname ;