home *** CD-ROM | disk | FTP | other *** search
- (***************************************************************************
-
- $RCSfile: OCV.mod $
- Description: Version strings and such, to avoid gratuitous updates of
- other modules.
-
- Created by: fjc (Frank Copeland)
- $Revision: 4.15 $
- $Author: fjc $
- $Date: 1994/08/03 11:33:47 $
-
- Copyright © 1993-1994, Frank Copeland
- This module forms part of the OC program
- See OC.doc for conditions of use and distribution
-
- ***************************************************************************)
-
- MODULE OCV;
-
- (*
- ** $C= CaseChk $I= IndexChk $L= LongAdr $N= NilChk
- ** $P- PortableCode $R= RangeChk $S= StackChk $T= TypeChk
- ** $V= OvflChk $Z= ZeroVars
- *)
-
- CONST
- VersionTag *= "$VER: OC 4.14 (3.8.94)\0\0\0";
- VersionStr *= "OC 4.14ß (3 Aug 1994)\n\0\0";
- CopyrightStr *= "Copyright © 1993-1994 Frank Copeland\n";
- ErrHeaderStr *= "OC 4.14ß : compilation error listing\n";
-
- END OCV.
-