Commit 098e3087 authored by Steve Revill's avatar Steve Revill
Browse files

Fixed to build with the latest cc (5.54) compiler.

Detail:
  This version now builds with cc-5_45. Note: it has not been verified as
  actually functioning correctly.
Admin:
  Tested in DSL Baseline build.

Version 0.50. Tagged as 'Unicode-0_50'
parent 2bf2677c
/* (0.49)
/* (0.50)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.64.
*
*/
#define Module_MajorVersion_CMHG 0.49
#define Module_MajorVersion_CMHG 0.50
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 18 Jun 2002
#define Module_Date_CMHG 23 Jul 2002
#define Module_MajorVersion "0.49"
#define Module_Version 49
#define Module_MajorVersion "0.50"
#define Module_Version 50
#define Module_MinorVersion ""
#define Module_Date "18 Jun 2002"
#define Module_Date "23 Jul 2002"
#define Module_ApplicationDate2 "18-Jun-02"
#define Module_ApplicationDate4 "18-Jun-2002"
#define Module_ApplicationDate2 "23-Jul-02"
#define Module_ApplicationDate4 "23-Jul-2002"
#define Module_ComponentName "Unicode"
#define Module_ComponentPath "RiscOS/Sources/Lib/Unicode"
#define Module_FullVersion "0.49"
#define Module_HelpVersion "0.49 (18 Jun 2002)"
#define Module_LibraryVersionInfo "0:49"
#define Module_FullVersion "0.50"
#define Module_HelpVersion "0.50 (23 Jul 2002)"
#define Module_LibraryVersionInfo "0:50"
......@@ -370,7 +370,7 @@ static void encoding_table_free(encoding_table t)
void encoding_initialise(void)
{
enc_table_list = NULL;
NOT_USED( version );
(void) version;
}
void encoding_tidyup(void)
......
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