Commit c5071d48 authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Duplicate removed, use /RiscOS/Sources/HWSupport/FPASC in preference.

Version 0.06. Tagged as 'Export-0_06'
parent 3ffe66f3
; Copyright 2008 Castle Technology Ltd
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable law or agreed to in writing, software
; distributed under the License is distributed on an "AS IS" BASIS,
; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
; See the License for the specific language governing permissions and
; limitations under the License.
;
; > hdr:FPEmulator
; ********************
; *** CHANGES LIST ***
; ********************
; 23-Jan-92 DDV Created.
; 16-Jan-97 KJB Added ActivateContext & DeactivateContext
;
SWIClass SETS "FPEmulator"
^ Module_SWISystemBase + FPEmulatorSWI * Module_SWIChunkSize
AddSWI Version ; &40480
AddSWI DeactivateContext
AddSWI ActivateContext
AddSWI ChangeContext
AddSWI ContextLength
AddSWI InitContext
AddSWI ExceptionDump
AddSWI Abort
AddSWI LoadContext
AddSWI SaveContext
END
/* (0.05)
/* (0.06)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.05
#define Module_MajorVersion_CMHG 0.06
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 21 Sep 2011
#define Module_Date_CMHG 12 Jan 2012
#define Module_MajorVersion "0.05"
#define Module_Version 5
#define Module_MajorVersion "0.06"
#define Module_Version 6
#define Module_MinorVersion ""
#define Module_Date "21 Sep 2011"
#define Module_Date "12 Jan 2012"
#define Module_ApplicationDate "21-Sep-11"
#define Module_ApplicationDate "12-Jan-12"
#define Module_ComponentName "Export"
#define Module_ComponentPath "castle/RiscOS/Export"
#define Module_FullVersion "0.05"
#define Module_HelpVersion "0.05 (21 Sep 2011)"
#define Module_LibraryVersionInfo "0:5"
#define Module_FullVersion "0.06"
#define Module_HelpVersion "0.06 (12 Jan 2012)"
#define Module_LibraryVersionInfo "0:6"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment