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$
.TH LLGEN 1 "$Revision$"
.ad
.SH NAME

View File

@@ -1,4 +1,4 @@
# $Header$
# $Id$
INSTALLDIR=/usr/local/bin
LIBDIR=/usr/local/lib/LLgen
MANDIR=/usr/local/man/man1

View File

@@ -1,4 +1,4 @@
$Header$
$Id$
To install LLgen, proceed as follows:

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
#ifdef LL_DEBUG
#include <assert.h>
#include <stdio.h>

View File

@@ -4,7 +4,7 @@
*/
#ifndef lint
static char *rcsid = "$Header$";
static char *rcsid = "$Id$";
#endif
unsigned int LLtcnt[LL_NTERMINALS];

View File

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

View File

@@ -24,7 +24,7 @@
# include "cclass.h"
# ifndef NORCSID
static string rcsid = "$Header$";
static string rcsid = "$Id$";
# endif
p_mem alloc(), ralloc();
string store();

View File

@@ -1,4 +1,4 @@
# $Header$
# $Id$
PROF=
LLOPT= # -vvv -x
INCLUDES =

View File

@@ -19,7 +19,7 @@
# include "extern.h"
# ifndef NORCSID
static string rcsid = "$Header$";
static string rcsid = "$Id$";
# endif
static string e_nomem = "Out of memory";

View File

@@ -2,7 +2,7 @@
* All rights reserved.
*/
/* $Header$ */
/* $Id$ */
#include "cclass.h"
char c_class[] = {

View File

@@ -2,7 +2,7 @@
* All rights reserved.
*/
/* $Header$ */
/* $Id$ */
extern char c_class[];

View File

@@ -22,7 +22,7 @@
# include "assert.h"
# ifndef NORCSID
static string rcsid1 = "$Header$";
static string rcsid1 = "$Id$";
# endif

View File

@@ -23,7 +23,7 @@
# include "io.h"
# ifndef NORCSID
static string rcsid = "$Header$";
static string rcsid = "$Id$";
# endif
p_set get_set();

View File

@@ -11,7 +11,7 @@
*/
/*
* $Header$
* $Id$
* Miscellanious constants and
* some variables that are visible in more than one file
*/

View File

@@ -25,7 +25,7 @@
# include "cclass.h"
# ifndef NORCSID
static string rcsid3 = "$Header$";
static string rcsid3 = "$Id$";
#endif /* NORCSID */
/*

View File

@@ -20,7 +20,7 @@
# include "io.h"
# ifndef NORCSID
static string rcsid4 = "$Header$";
static string rcsid4 = "$Id$";
# endif
char ltext[LTEXTSZ];

View File

@@ -11,7 +11,7 @@
*/
/*
* $Header$
* $Id$
* Some important file names and variables
*/

View File

@@ -18,7 +18,7 @@
# include "types.h"
# ifndef NORCSID
static string rcsid5 = "$Header$";
static string rcsid5 = "$Id$";
# endif
/* In this file the following routines are defined: */

View File

@@ -22,7 +22,7 @@
# include "assert.h"
# ifndef NORCSID
static string rcsid6 = "$Header$";
static string rcsid6 = "$Id$";
# endif
/* In this file the following routines are defined: */

View File

@@ -22,7 +22,7 @@
# include "io.h"
# ifndef NORCSID
static string rcsid7 = "$Header$";
static string rcsid7 = "$Id$";
# endif
# define HASHSIZE 128

View File

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

View File

@@ -22,7 +22,7 @@
# include "assert.h"
# ifndef NORCSID
static string rcsid8 = "$Header$";
static string rcsid8 = "$Id$";
# endif
/* In this file the following routines are defined: */

View File

@@ -21,7 +21,7 @@
# include "assert.h"
# ifndef NORCSID
static string rcsid9 = "$Header$";
static string rcsid9 = "$Id$";
# endif
/* In this file the following routines are defined: */

View File

@@ -11,7 +11,7 @@
*/
/*
* $Header$
* $Id$
* Some macros that deal with bitsets and their size
*/

View File

@@ -24,7 +24,7 @@
# include "cclass.h"
# ifndef NORCSID
static string rcsidc = "$Header$";
static string rcsidc = "$Id$";
# endif
/* Here are defined : */

View File

@@ -11,7 +11,7 @@
*/
/*
* $Header$
* $Id$
* Type and structure definitions
*/

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 ;

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$ */
/*
** print symbol tables for
** ACK object files

View File

@@ -1,4 +1,4 @@
static char rcsid[] = "$Header$";
static char rcsid[] = "$Id$";
/*
* show - make the contents of an ACK object file human readable.
*/

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$ */
#include <stdio.h>
#include "out.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$ */
#include "out.h"
#include <signal.h>

View File

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

View File

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

View File

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

View File

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

View File

@@ -6,7 +6,7 @@
/* Made into arch/aal by Ceriel Jacobs
*/
static char RcsId[] = "$Header$";
static char RcsId[] = "$Id$";
/*
* Usage: [arch|aal] [qdprtx][vlcu] archive [file] ...

View File

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

View File

@@ -8,7 +8,7 @@
*/
#ifndef NORCSID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
#endif
/*

View File

@@ -9,7 +9,7 @@
#include <arch.h>
#include <local.h>
#define RCS_ASS "$Header$"
#define RCS_ASS "$Id$"
/*
* compile time options

View File

@@ -9,7 +9,7 @@
#include "ip_spec.h"
#ifndef NORCSID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
static char rcs_ip[] = RCS_IP ;
#endif

View File

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

View File

@@ -9,7 +9,7 @@
#include "ip_spec.h"
#ifndef NORCSID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
#endif
/*

View File

@@ -9,7 +9,7 @@
#include "ip_spec.h"
#ifndef NORCSID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
#endif
#ifdef DUMP

View File

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

View File

@@ -9,7 +9,7 @@
#include <em_path.h>
#ifndef NORCSID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
#endif
/*

View File

@@ -11,7 +11,7 @@
#include <em_ptyp.h>
#ifndef NORCSID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
#endif
/*

View File

@@ -21,7 +21,7 @@
#include "ass00.h"
#ifndef NORCSID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
#endif
#ifdef MEMUSE

View File

@@ -6,7 +6,7 @@
#include "assex.h"
#ifndef NORCSID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
static char rcs_ass[]= RCS_ASS ;
static char rcs_ex[] = RCS_EX ;
#endif

View File

@@ -6,7 +6,7 @@
* global data
*/
#define RCS_EX "$Header$"
#define RCS_EX "$Id$"
extern int wordsize;
extern int ptrsize;

View File

@@ -8,7 +8,7 @@
#include "assex.h"
#ifndef NORCSID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
#endif
#define COPYFINAL 1

View File

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

View File

@@ -10,7 +10,7 @@
#include <em_flag.h>
#ifndef NORCSID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
#endif
/* This program reads the human readable interpreter specification

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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$
#PARAMS do not remove this line!

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
%{
#ifndef NORCSID
static char rcsid2[]="$Header$";
static char rcsid2[]="$Id$";
#endif
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.

View File

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

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$
#PARAMS do not remove this line!

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$ */
/* L E X I C A L A N A L Y Z E R */
#include "idfsize.h"

Some files were not shown because too many files have changed in this diff Show More