Commit 0467b602 authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Fix syntax errors in BasCrunch2

It's an exec file so the copyright block should use REMs not |s.

Version 1.57. Tagged as 'Library-1_57'
REM Copyright 2008 Castle Technology Ltd
REM
REM Licensed under the Apache License, Version 2.0 (the "License");
REM you may not use this file except in compliance with the License.
REM You may obtain a copy of the License at
REM
REM http://www.apache.org/licenses/LICENSE-2.0
REM
REM Unless required by applicable law or agreed to in writing, software
REM distributed under the License is distributed on an "AS IS" BASIS,
REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
REM See the License for the specific language governing permissions and
REM limitations under the License.
REM
DIM buffer% 1024
SYS "OS_ReadVarVal","BasCrunch$InFile",buffer%,1024,0,3 TO ,,length%
buffer%?length%=13
......
/* (1.56)
/* (1.57)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 1.56
#define Module_MajorVersion_CMHG 1.57
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 15 Jul 2012
#define Module_Date_CMHG 18 Sep 2012
#define Module_MajorVersion "1.56"
#define Module_Version 156
#define Module_MajorVersion "1.57"
#define Module_Version 157
#define Module_MinorVersion ""
#define Module_Date "15 Jul 2012"
#define Module_Date "18 Sep 2012"
#define Module_ApplicationDate "15-Jul-12"
#define Module_ApplicationDate "18-Sep-12"
#define Module_ComponentName "Library"
#define Module_ComponentPath "mixed/RiscOS/Library"
#define Module_FullVersion "1.56"
#define Module_HelpVersion "1.56 (15 Jul 2012)"
#define Module_LibraryVersionInfo "1:56"
#define Module_FullVersion "1.57"
#define Module_HelpVersion "1.57 (18 Sep 2012)"
#define Module_LibraryVersionInfo "1:57"
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