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

@@ -787,6 +787,6 @@ exprlist(int *ip; int *typetable;) { int exp; }
{
#ifndef NORCSID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
#endif
}

View File

@@ -4,7 +4,7 @@
*/
#ifndef NORSCID
static char rcs_lex[] = "$Header$" ;
static char rcs_lex[] = "$Id$" ;
#endif
/* This file contains the new lexical analizer */

View File

@@ -6,7 +6,7 @@
#include "bem.h"
#ifndef NORSCID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
static char rcs_bem[] = RCS_BEM ;
static char rcs_symb[] = RCS_SYMB ;
static char rcs_graph[] = RCS_GRAPH ;

View File

@@ -18,7 +18,7 @@
#include "Lpars.h"
#ifndef NORCSID
# define RCS_BEM "$Header$"
# define RCS_BEM "$Id$"
#endif
#define MAXINT 32768

View File

@@ -6,7 +6,7 @@
#include "bem.h"
#ifndef NORSCID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
#endif

View File

@@ -6,7 +6,7 @@
#include "bem.h"
#ifndef NORSCID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
#endif

View File

@@ -6,7 +6,7 @@
#include "bem.h"
#ifndef NORSCID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
#endif

View File

@@ -6,7 +6,7 @@
#include "bem.h"
#ifndef NORSCID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
#endif

View File

@@ -6,7 +6,7 @@
#include "bem.h"
#ifndef NORSCID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
#endif

View File

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

View File

@@ -6,7 +6,7 @@
#include "bem.h"
#ifndef NORSCID
static char rcs_id[] = "$Header$";
static char rcs_id[] = "$Id$";
#endif
/* generate temporary files etc */

View File

@@ -6,7 +6,7 @@
#include "bem.h"
#ifndef NORSCID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
#endif

View File

@@ -1,4 +1,4 @@
# $Header$
# $Id$
# C compilation part. Not to be called directly.
# Instead, it is to be called by the Makefile.

View File

@@ -1,4 +1,4 @@
# $Header$
# $Id$
# make basic compiler

View File

@@ -6,7 +6,7 @@
#include "bem.h"
#ifndef NORSCID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
#endif
/* Symboltable management module */

View File

@@ -4,7 +4,7 @@
*/
#ifndef NORCSID
# define RCS_SYMB "$Header$"
# define RCS_SYMB "$Id$"
#endif
#define NIL 0

View File

@@ -6,7 +6,7 @@
#include "bem.h"
#ifndef NORSCID
static char rcs_id[] = "$Header$" ;
static char rcs_id[] = "$Id$" ;
#endif
#define abs(X) (X>=0?X:-X)