DescriptionRemoved the dependency of compiler on common. This is done to make compiler self-sufficient so that it is easier to consume by external developers. I tried to replace all instances of assert by simply redefining assert(x) to ASSERT(x), but was getting a lot of compile errors. I still need to investigate that.
Patch Set 1 #Patch Set 2 : '' #
MessagesTotal messages: 6
|