summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRodrigo Alejandro Melo <rmelo@inti.gob.ar>2017-11-17 11:33:30 -0300
committerRodrigo Alejandro Melo <rmelo@inti.gob.ar>2017-11-17 11:33:30 -0300
commitb9b93adac2d304792b33455542a84d2f310a82ef (patch)
tree2c45383c79d0bb0754584bb972576cc20f26aa2a /src
parent48dc1011e34dfdcf11f9c4b3e68145a83e53db68 (diff)
downloadvhdl2vl-b9b93adac2d304792b33455542a84d2f310a82ef.tar.gz
vhdl2vl-b9b93adac2d304792b33455542a84d2f310a82ef.zip
Removed unuseful parentheses
Diffstat (limited to 'src')
-rw-r--r--src/vhd2vl.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhd2vl.y b/src/vhd2vl.y
index ced7af5..c70664a 100644
--- a/src/vhd2vl.y
+++ b/src/vhd2vl.y
@@ -313,7 +313,7 @@ expdata *addnest(struct expdata *inner)
if (inner->op == 'c') {
e->sl=addwrap("{",inner->sl,"}");
} else {
- e->sl=addwrap("(",inner->sl,")");
+ e->sl=addsl(NULL,inner->sl);
}
return e;
}
OpenPOWER on IntegriCloud