added rcsid

This commit is contained in:
sater
1984-07-12 14:07:14 +00:00
parent 10b9e1a748
commit 1eaf02a3e1
7 changed files with 11 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ program t2(input,output);
{ This program can be used to test out PASCAL compilers }
const
rcsversion='$Header$';
kew='q';
#ifndef NOFLOAT
eps = 2.0e-7; { This constant is machine dependent }