From 595d1bae76a45ebb7f2bb0b4f805c972377c7e1d Mon Sep 17 00:00:00 2001 From: Clément DAVID Date: Fri, 24 Nov 2017 09:24:25 +0100 Subject: fix some tests --- macros/ASTManagement/AST2Ccode.sci | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macros/ASTManagement/AST2Ccode.sci') 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); -- cgit