diff options
author | Clément DAVID | 2017-11-24 09:24:25 +0100 |
---|---|---|
committer | Clément DAVID | 2017-11-24 09:24:56 +0100 |
commit | 595d1bae76a45ebb7f2bb0b4f805c972377c7e1d (patch) | |
tree | 428c3622a9626cdca36460b2d7467ddb38c2b9c6 /macros/ASTManagement/AST2Ccode.sci | |
parent | 8ed76898e795b952f509eccc425356a266f22843 (diff) | |
download | scilab2c-595d1bae76a45ebb7f2bb0b4f805c972377c7e1d.tar.gz scilab2c-595d1bae76a45ebb7f2bb0b4f805c972377c7e1d.tar.bz2 scilab2c-595d1bae76a45ebb7f2bb0b4f805c972377c7e1d.zip |
fix some tests
Diffstat (limited to 'macros/ASTManagement/AST2Ccode.sci')
-rw-r--r-- | macros/ASTManagement/AST2Ccode.sci | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/ASTManagement/AST2Ccode.sci b/macros/ASTManagement/AST2Ccode.sci index d44a3393..acfefce9 100644 --- a/macros/ASTManagement/AST2Ccode.sci +++ b/macros/ASTManagement/AST2Ccode.sci @@ -67,7 +67,7 @@ STACKDEDUG = 0; // 1 -> Every Pop and Push operation on the stack, the stack con global disp_isthere disp_isthere = 0; -FName = null +clear FName // ------------------------------------- // --- End parameter Initialization. --- // ------------------------------------- @@ -174,7 +174,7 @@ while ~meof(fidAST) end end disp_isthere = 0; - FName = null + clear FName case 'Equal' then SharedInfo.Equal.Enabled = 1; // 1 means enabled -> we are inside an equal AST block. AST_PushASTStack(treeline); |