bug fix #1192
This commit is contained in:
parent
64d173f3bd
commit
55d22cef0f
|
|
@ -15,7 +15,7 @@ internal static class RevisionClass
|
|||
public const string Major = "3";
|
||||
public const string Minor = "4";
|
||||
public const string Build = "2";
|
||||
public const string Revision = "1792";
|
||||
public const string Revision = "1795";
|
||||
|
||||
public const string MainVersion = Major + "." + Minor;
|
||||
public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%MINOR%=4
|
||||
%REVISION%=1792
|
||||
%COREVERSION%=2
|
||||
%REVISION%=1795
|
||||
%MINOR%=4
|
||||
%MAJOR%=3
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,9 +1,9 @@
|
|||
//
|
||||
// This CSharp output file generated by Gardens Point LEX
|
||||
// Version: 1.1.3.301
|
||||
// Machine: IVAN-PC
|
||||
// DateTime: 19.09.2018 20:47:35
|
||||
// UserName: Ivan
|
||||
// Machine: DESKTOP-A6LT9RI
|
||||
// DateTime: 20.09.2018 22:04:40
|
||||
// UserName: ?????????
|
||||
// GPLEX input file <ABCPascal.lex>
|
||||
// GPLEX frame file <embedded resource>
|
||||
//
|
||||
|
|
|
|||
|
|
@ -1455,10 +1455,10 @@ proc_type_decl
|
|||
{
|
||||
$$ = new procedure_header($2 as formal_parameters,null,null,false,false,null,null,@$);
|
||||
}
|
||||
| tkFunction fp_list
|
||||
/* | tkFunction fp_list
|
||||
{
|
||||
$$ = new function_header($2 as formal_parameters, null, null, null, null, @$);
|
||||
}
|
||||
}*/
|
||||
| tkFunction fp_list tkColon fptype
|
||||
{
|
||||
$$ = new function_header($2 as formal_parameters, null, null, null, $4 as type_definition, @$);
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -215,5 +215,6 @@ script=
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
!define VERSION '3.4.2.1792'
|
||||
!define VERSION '3.4.2.1795'
|
||||
|
|
|
|||
Loading…
Reference in a new issue