diff options
author | Brijeshcr | 2017-07-07 22:46:29 +0530 |
---|---|---|
committer | Brijeshcr | 2017-07-07 22:46:29 +0530 |
commit | ce61940a1398e66d9d09b81241789576c1ceca01 (patch) | |
tree | 45a111d7e55aa9cbfc1a675662149b106bb0e2ff /2.3-1/macros/ASTManagement/AST2Ccode.sci | |
parent | 6ff1c85175485eafabb6a943bc47f30d20ff8382 (diff) | |
parent | 9ac9018159cd030c688d8f5ad9167519a8a1d44c (diff) | |
download | Scilab2C-ce61940a1398e66d9d09b81241789576c1ceca01.tar.gz Scilab2C-ce61940a1398e66d9d09b81241789576c1ceca01.tar.bz2 Scilab2C-ce61940a1398e66d9d09b81241789576c1ceca01.zip |
RPi functions, Gui mods and updated toeplitz
Diffstat (limited to '2.3-1/macros/ASTManagement/AST2Ccode.sci')
-rw-r--r-- | 2.3-1/macros/ASTManagement/AST2Ccode.sci | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/2.3-1/macros/ASTManagement/AST2Ccode.sci b/2.3-1/macros/ASTManagement/AST2Ccode.sci index 563f3133..6fe190ec 100644 --- a/2.3-1/macros/ASTManagement/AST2Ccode.sci +++ b/2.3-1/macros/ASTManagement/AST2Ccode.sci @@ -145,7 +145,6 @@ while ~meof(fidAST) [disp_isthere,FileInfo,SharedInfo] = AST_HandleEndGenFun(disp_isthere,FileInfo,SharedInfo,'Operation'); case 'EndFuncall' then [disp_isthere,FileInfo,SharedInfo] = AST_HandleEndGenFun(disp_isthere,FileInfo,SharedInfo,'Funcall'); - disp(disp_isthere); // -------------- // --- Equal. --- @@ -174,7 +173,6 @@ while ~meof(fidAST) SharedInfo.Equal.Enabled = 1; // 1 means enabled -> we are inside an equal AST block. AST_PushASTStack(treeline); case 'Lhs :' then - disp(disp_isthere); if rc_count > 0 & cc_count == 0 SharedInfo.Equal.Lhs = 1; [EqualInArgName,EqualInArgScope,EqualNInArg] = AST_HandleRC(FileInfo,SharedInfo); |