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".
|
||||
*/
|
||||
/* $Header$ */
|
||||
/* $Id$ */
|
||||
|
||||
#ifndef NDEBUG
|
||||
#define assert(x) if (!(x)) badassertion("x",__FILE__,__LINE__)
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
%{
|
||||
#ifndef NORCSID
|
||||
static char rcsid[]= "$Header$";
|
||||
static char rcsid[]= "$Id$";
|
||||
#endif
|
||||
|
||||
#include "param.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||
*/
|
||||
#ifndef NORCSID
|
||||
static char rcsid[]= "$Header$";
|
||||
static char rcsid[]= "$Id$";
|
||||
#endif
|
||||
|
||||
#include "assert.h"
|
||||
|
||||
@@ -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 _COST_
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
: '$Header$'
|
||||
: '$Id$'
|
||||
grep '^#' y.tab.h >tokendefs
|
||||
ed - $1 <<'!Funky!Stuff!'
|
||||
g/^#/d
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||
*/
|
||||
#ifndef NORCSID
|
||||
static char rcsid[]= "$Header$";
|
||||
static char rcsid[]= "$Id$";
|
||||
#endif
|
||||
|
||||
#include "param.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||
*/
|
||||
#ifndef NORCSID
|
||||
static char rcsid[]= "$Header$";
|
||||
static char rcsid[]= "$Id$";
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||
*/
|
||||
#ifndef NORCSID
|
||||
static char rcsid[]= "$Header$";
|
||||
static char rcsid[]= "$Id$";
|
||||
#endif
|
||||
|
||||
#include "assert.h"
|
||||
|
||||
@@ -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 struct expr {
|
||||
int ex_typ;
|
||||
|
||||
@@ -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 int wordsize;
|
||||
extern int pointersize;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||
*/
|
||||
#ifndef NORCSID
|
||||
static char rcsid[]= "$Header$";
|
||||
static char rcsid[]= "$Id$";
|
||||
#endif
|
||||
|
||||
#include "assert.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||
*/
|
||||
#ifndef NORCSID
|
||||
static char rcsid[]= "$Header$";
|
||||
static char rcsid[]= "$Id$";
|
||||
#endif
|
||||
|
||||
#include "param.h"
|
||||
|
||||
@@ -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 _COST_
|
||||
#include "cost.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||
*/
|
||||
#ifndef NORCSID
|
||||
static char rcsid[]= "$Header$";
|
||||
static char rcsid[]= "$Id$";
|
||||
#endif
|
||||
|
||||
#include "assert.h"
|
||||
|
||||
@@ -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 struct iocc {
|
||||
short in_set[SETSIZE];
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $Header$
|
||||
# $Id$
|
||||
#
|
||||
ADDR ADDR
|
||||
COERCIONS COERCIONS
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||
*/
|
||||
#ifndef NORCSID
|
||||
static char rcsid[]= "$Header$";
|
||||
static char rcsid[]= "$Id$";
|
||||
#endif
|
||||
|
||||
#include "assert.h"
|
||||
|
||||
@@ -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 enum {
|
||||
justlooking,mustexist,newsymbol,makeexist
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||
*/
|
||||
#ifndef NORCSID
|
||||
static char rcsid[]= "$Header$";
|
||||
static char rcsid[]= "$Id$";
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.\" $Header$
|
||||
.\" $Id$
|
||||
.TH NCGG 6 "$Revision$"
|
||||
.ad
|
||||
.SH NAME
|
||||
|
||||
@@ -17,7 +17,7 @@ char *h_file= "tables.H";
|
||||
char *cd_file= "code";
|
||||
|
||||
#ifndef NORCSID
|
||||
static char rcsid[]= "$Header$";
|
||||
static char rcsid[]= "$Id$";
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -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$ */
|
||||
|
||||
/*
|
||||
* Miscellaneous sizes, tunable
|
||||
|
||||
@@ -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 struct propinfo {
|
||||
int pr_size;
|
||||
|
||||
@@ -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 INSMOVE (-1)
|
||||
#define INSTEST (-2)
|
||||
|
||||
@@ -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 _REGINFO_
|
||||
typedef struct reginfo {
|
||||
|
||||
@@ -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 ANY_REGVAR 0x1
|
||||
#define SL_REGVAR 0x2
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||
*/
|
||||
#ifndef NORCSID
|
||||
static char rcsid2[]= "$Header$";
|
||||
static char rcsid2[]= "$Id$";
|
||||
#endif
|
||||
|
||||
char *mystrcpy();
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||
*/
|
||||
#ifndef NORCSID
|
||||
static char rcsid[]= "$Header$";
|
||||
static char rcsid[]= "$Id$";
|
||||
#endif
|
||||
|
||||
#include "param.h"
|
||||
|
||||
@@ -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 BIS(sp,n) (sp)[(n)>>4] |= 1<<((n)&0xF)
|
||||
#define BIC(sp,n) (sp)[(n)>>4] &= ~(1<<((n)&0xF))
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||
*/
|
||||
#ifndef NORCSID
|
||||
static char rcsid[]= "$Header$";
|
||||
static char rcsid[]= "$Id$";
|
||||
#endif
|
||||
|
||||
#include "param.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||
*/
|
||||
#ifndef NORCSID
|
||||
static char rcsid[]= "$Header$";
|
||||
static char rcsid[]= "$Id$";
|
||||
#endif
|
||||
|
||||
#include "param.h"
|
||||
|
||||
@@ -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 _COST_
|
||||
#include "cost.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||
*/
|
||||
#ifndef NORCSID
|
||||
static char rcsid[]= "$Header$";
|
||||
static char rcsid[]= "$Id$";
|
||||
#endif
|
||||
|
||||
#include "param.h"
|
||||
|
||||
@@ -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 VI_NSTR 1
|
||||
#define VI_NINT 3
|
||||
|
||||
Reference in New Issue
Block a user