Skip to content

Commit

Permalink
- Remove mk_bcon from Modelica.g
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Oct 28, 2010
1 parent 29d6412 commit 0533c68
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Parser/Modelica.g
Expand Up @@ -76,9 +76,6 @@ goto rule ## func ## Ex; }}
#define mk_tuple2(x1,x2) mk_box2(0,x1,x2)
#define make_redeclare_keywords(replaceable,redeclare) (replaceable && redeclare ? Absyn__REDECLARE_5fREPLACEABLE : replaceable ? Absyn__REPLACEABLE : redeclare ? Absyn__REDECLARE : NULL)
#define make_inner_outer(i,o) (i && o ? Absyn__INNEROUTER : i ? Absyn__INNER : o ? Absyn__OUTER : Absyn__UNSPECIFIED)
#if 1 /* mk_bcon will be defined in RML later */
#define mk_bcon(x) (x ? RML_TRUE : RML_FALSE)
#endif
#if 0
/* Enable if you don't want to generate the tree */
void* mk_box_eat_all(int ix, ...);
Expand Down

0 comments on commit 0533c68

Please sign in to comment.