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$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.

View File

@@ -1,6 +1,6 @@
#include "bc_string.h"
/* $Header$ */
/* $Id$ */
int _asc(str)
String *str;

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
asrt(b)
{

View File

@@ -5,7 +5,7 @@
* Author: Ceriel J.H. Jacobs
*/
/* $Header$ */
/* $Id$ */
#define __NO_DEFS
#include <math.h>

View File

@@ -1,6 +1,6 @@
#include "bc_string.h"
/* $Header$ */
/* $Id$ */
String *_chr(i)
int i;

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
int _cint(f) double f;
{

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
/* error takes an error value in the range of 0-255 */
/* and generates a trap */

View File

@@ -5,7 +5,7 @@
* Author: Ceriel J.H. Jacobs
*/
/* $Header$ */
/* $Id$ */
#define __NO_DEFS
#include <math.h>

View File

@@ -1,7 +1,7 @@
#
mes 2,EM_WSIZE,EM_PSIZE
; $Header$
; $Id$
#define FARG 0
#define ERES EM_DSIZE

View File

@@ -1,7 +1,7 @@
#
mes 2,EM_WSIZE,EM_PSIZE
; $Header$
; $Id$
#define ARG1 0
#define ARG2 EM_DSIZE

View File

@@ -2,7 +2,7 @@
#include <stdio.h>
#include "bc_io.h"
/* $Header$ */
/* $Id$ */
Filedesc _fdtable[16];
/* BASIC file descriptor table */

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
_hlt(nr)
int nr;

View File

@@ -1,7 +1,7 @@
#include "bc_io.h"
#include <sgtty.h>
/* $Header$ */
/* $Id$ */
struct sgttyb _ttydef;

View File

@@ -5,7 +5,7 @@
* Author: Ceriel J.H. Jacobs
*/
/* $Header$ */
/* $Id$ */
#define __NO_DEFS
#include <math.h>

View File

@@ -1,6 +1,6 @@
#include "bc_string.h"
/* $Header$ */
/* $Id$ */
String *_mki(i)
long i;

View File

@@ -1,6 +1,6 @@
#include "bc_string.h"
/* $Header$ */
/* $Id$ */
String *_oct(i)
int i;

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
int peek(addr)
int addr;

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
/*
computes a^b.

View File

@@ -1,7 +1,7 @@
#include "bc_string.h"
#include "bc_io.h"
/* $Header$ */
/* $Id$ */
/* Here all routine to generate terminal oriented output is located */

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
#if !defined(EM_WSIZE)
#define EM_WSIZE _EM_WSIZE

View File

@@ -2,7 +2,7 @@
#include "bc_io.h"
#include <ctype.h>
/* $Header$ */
/* $Id$ */
_readln()
{

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
#define MAXNESTING 1000

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
extern char *malloc() ;

View File

@@ -1,6 +1,6 @@
#
mes 2,EM_WSIZE,EM_PSIZE
; $Header$
; $Id$
; Save the line where the error occurred
exp $_setline
pro $_setline,0

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
_sgn(v)
double v;

View File

@@ -5,7 +5,7 @@
* Author: Ceriel J.H. Jacobs
*/
/* $Header$ */
/* $Id$ */
#define __NO_DEFS
#include <math.h>

View File

@@ -5,7 +5,7 @@
* Author: Ceriel J.H. Jacobs
*/
/* $Header$ */
/* $Id$ */
#define __NO_DEFS
#include <math.h>

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
_stop()
{

View File

@@ -1,6 +1,6 @@
#include "bc_string.h"
/* $Header$ */
/* $Id$ */
#define ok(X) if( X ==0) return;
#define okr(X) if( X ==0) return(0);

View File

@@ -1,6 +1,6 @@
#include "bc_string.h"
/* $Header$ */
/* $Id$ */
_intswap(i1,i2)
int *i1,*i2;

View File

@@ -1,4 +1,4 @@
/* $Header$ */
/* $Id$ */
_trace(i)
int i;

View File

@@ -5,7 +5,7 @@
#define NSIG _NSIG
#endif
/* $Header$ */
/* $Id$ */
/* Trap handling */
int _trpline; /* BASIC return label */

View File

@@ -1,7 +1,7 @@
#include "bc_string.h"
#include "bc_io.h"
/* $Header$ */
/* $Id$ */
/* assume that the channel has been set */

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)