cbackend: short-cut _print_Conditional if condition is a boolean atom
Compare changes
+ 4
− 0
@@ -292,6 +292,10 @@ class CBackend:
@@ -292,6 +292,10 @@ class CBackend:
Without this merge request, it prints
if(True)
{
[...]
}
else
{
[...]
}
Note the uppercase T
, which is not valid C++.