From e59107e6bb2695fc20fd0ab229e296b9bf739fc4 Mon Sep 17 00:00:00 2001 From: siddhu8990 Date: Tue, 7 Feb 2017 16:16:31 +0530 Subject: Support for 'lqr' and 'lqe' added --- 2.3-1/macros/ASTManagement/AST_HandleEndGenFun.bin | Bin 97736 -> 97772 bytes 2.3-1/macros/ASTManagement/AST_HandleEndGenFun.sci | 2 +- 2.3-1/macros/ASTManagement/AST_HandleHeader.bin | Bin 39124 -> 39132 bytes 2.3-1/macros/ASTManagement/AST_HandleHeader.sci | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) (limited to '2.3-1/macros/ASTManagement') diff --git a/2.3-1/macros/ASTManagement/AST_HandleEndGenFun.bin b/2.3-1/macros/ASTManagement/AST_HandleEndGenFun.bin index a9e28eff..5c2833ea 100644 Binary files a/2.3-1/macros/ASTManagement/AST_HandleEndGenFun.bin and b/2.3-1/macros/ASTManagement/AST_HandleEndGenFun.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_HandleEndGenFun.sci b/2.3-1/macros/ASTManagement/AST_HandleEndGenFun.sci index fa7b33a2..5ff7181f 100644 --- a/2.3-1/macros/ASTManagement/AST_HandleEndGenFun.sci +++ b/2.3-1/macros/ASTManagement/AST_HandleEndGenFun.sci @@ -316,7 +316,7 @@ NOutArg_mod = NOutArg OutArg(1).FindLike = InArg(1).FindLike; OutArg(1).Scope = 'Number_d'; else - OutArg = FA_GetOutArgInfo(InArg,NInArg,OutArg,NOutArg,SharedInfo,FunPrecSpecifier,FunTypeAnnot,FunSizeAnnot,ReportFileName); + OutArg = FA_GetOutArgInfo(InArg,NInArg,OutArg,NOutArg,SharedInfo,FunPrecSpecifier,FunTypeAnnot,FunSizeAnnot,ReportFileName,ASTFunName); end // #RNU_RES_B diff --git a/2.3-1/macros/ASTManagement/AST_HandleHeader.bin b/2.3-1/macros/ASTManagement/AST_HandleHeader.bin index 268846f6..87ef763a 100644 Binary files a/2.3-1/macros/ASTManagement/AST_HandleHeader.bin and b/2.3-1/macros/ASTManagement/AST_HandleHeader.bin differ diff --git a/2.3-1/macros/ASTManagement/AST_HandleHeader.sci b/2.3-1/macros/ASTManagement/AST_HandleHeader.sci index 75b2f972..0237bd5f 100644 --- a/2.3-1/macros/ASTManagement/AST_HandleHeader.sci +++ b/2.3-1/macros/ASTManagement/AST_HandleHeader.sci @@ -165,7 +165,7 @@ SharedInfo.CurrentFunInfo.OutArg = ... SharedInfo.CurrentFunInfo.OutArg,NOutArg,... SharedInfo,... SharedInfo.CurrentFunInfo.FunPrecSpecifier,... - SharedInfo.CurrentFunInfo.FunTypeAnnot,SharedInfo.CurrentFunInfo.FunSizeAnnot,ReportFileName); + SharedInfo.CurrentFunInfo.FunTypeAnnot,SharedInfo.CurrentFunInfo.FunSizeAnnot,ReportFileName,''); //#RNU_RES_B // ------------------------------------------------------------------------- // --- Stores InArg structure into the temporary variables symbol table. --- -- cgit