From bda9bb9ab9a71727bced5fc7c2759d763d044156 Mon Sep 17 00:00:00 2001 From: Merlijn Wajer Date: Fri, 17 Sep 2010 16:51:36 +0200 Subject: [PATCH] Apply patch by mopar. --- Projects/Simba/psextension.pas | 2 +- Projects/Simba/simbaunit.pas | 2 +- Units/RUTIS/RUTIS_Errors.rst | 82 ---------------------------------- 3 files changed, 2 insertions(+), 84 deletions(-) delete mode 100644 Units/RUTIS/RUTIS_Errors.rst diff --git a/Projects/Simba/psextension.pas b/Projects/Simba/psextension.pas index 768f1a4..a79734b 100644 --- a/Projects/Simba/psextension.pas +++ b/Projects/Simba/psextension.pas @@ -7,7 +7,7 @@ interface uses Classes, SysUtils, virtualextension, forms, client, uPSComponent,uPSCompiler, uPSRuntime, stdCtrls, uPSPreProcessor,MufasaTypes,MufasaBase, web, - bitmaps, plugins, libloader, dynlibs,internets,scriptproperties, settingssandbox; + bitmaps, plugins, libloader, dynlibs,internets,scriptproperties, settingssandbox, updater; diff --git a/Projects/Simba/simbaunit.pas b/Projects/Simba/simbaunit.pas index 5dab432..1ec1c7a 100644 --- a/Projects/Simba/simbaunit.pas +++ b/Projects/Simba/simbaunit.pas @@ -42,7 +42,7 @@ uses stringutil,mufasatypesutil,mufasabase, v_ideCodeParser, about, framefunctionlist, ocr, updateform, Simbasettings, psextension, virtualextension, extensionmanager, settingssandbox, v_ideCodeInsight, CastaliaPasLexTypes, - CastaliaSimplePasPar, v_AutoCompleteForm, PSDump, settings; + CastaliaSimplePasPar, v_AutoCompleteForm, PSDump, settings, updater; const SimbaVersion = 715; diff --git a/Units/RUTIS/RUTIS_Errors.rst b/Units/RUTIS/RUTIS_Errors.rst deleted file mode 100644 index 4600c84..0000000 --- a/Units/RUTIS/RUTIS_Errors.rst +++ /dev/null @@ -1,82 +0,0 @@ - -# hash value = 257594117 -rutis_errors.err_scanner_unexpected_char='E000: Unexpected char found in '+ -'code' - - -# hash value = 23719812 -rutis_errors.err_unallowed_statement='E002: Unallowed Statement' - - -# hash value = 248294455 -rutis_errors.err_unknown_ident='E003: Unknown Identifier '#39'%s'#39 - -# hash value = 195210244 -rutis_errors.err_expected_found='E010: '#39'%s'#39' expected, '#39'%s'#39+ -' found instead' - - -# hash value = 2386388 -rutis_errors.err_op_or_semi_expected='E011: Operator or semicolon expecte'+ -'d' - - -# hash value = 184443412 -rutis_errors.err_var_constant_expected='E012: Variable or Constant expect'+ -'ed' - - -# hash value = 80568548 -rutis_errors.err_var_expected='E013: Variable expected' - - -# hash value = 25156852 -rutis_errors.err_rec_expected='E014: Record expected' - - -# hash value = 95149172 -rutis_errors.err_array_expected='E015: Array expected' - - -# hash value = 90164228 -rutis_errors.err_procedure_expected='E016: Procedure expected' - - -# hash value = 50540276 -rutis_errors.err_string_expected='E017: String expected' - - -# hash value = 51366068 -rutis_errors.err_expected='E019: %s expected' - - -# hash value = 159220885 -rutis_errors.err_no_const_allowed='E020: No Constant allowed here' - - -# hash value = 3854691 -rutis_errors.err_not_enough_parameters='E030: Not enough actual parameter'+ -'s' - - -# hash value = 50133859 -rutis_errors.err_too_many_parameters='E031: Too many parameters' - - -# hash value = 62647742 -rutis_errors.err_unallowed_string_action='E040: Unallowed String action' - - -# hash value = 255120181 -rutis_errors.err_unallowed_datatype='E041: Unallowed Datatype' - - -# hash value = 91098180 -rutis_errors.err_code_after_program_end='W001: Code after Program END. is'+ -' ignored' - - -# hash value = 102976020 -rutis_errors.err_code_after_unit_end='W002: Code after Unit END. is ignor'+ -'ed' -