Skip to content

Commit

Permalink
Modified when equation constructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinffernandez committed Apr 20, 2023
1 parent b2c6bf7 commit 77820f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mmoc/ast/ast_builder.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
******************************************************************************/

#pragma once
#pragma once

#include <string>

Expand Down Expand Up @@ -115,7 +115,7 @@ AST_Equation newAST_Equation_Equality(AST_Expression, AST_Expression, AST_Commen
AST_Equation newAST_Equation_Connect(AST_Expression_ComponentReference, AST_Expression_ComponentReference);
AST_Equation newAST_Equation_If(AST_Expression e, AST_EquationList eql, AST_Equation_ElseList, AST_EquationList);
AST_Equation newAST_Equation_For(AST_ForIndexList, AST_EquationList eql);
AST_Equation newAST_Equation_When(AST_Expression, AST_EquationList, AST_Equation_ElseList);
AST_Equation newAST_Equation_When(AST_Expression, AST_EquationList, AST_Equation_ElseList, AST_Comment);
AST_Equation newAST_Equation_Call(AST_Expression);
AST_ForIndex newAST_ForIndex(AST_String, AST_Expression);
AST_ForIndexList newAST_ForIndexList();
Expand Down

0 comments on commit 77820f4

Please sign in to comment.