Dev-CPP
Dev-CPP copied to clipboard
Support for macro define with two parameters (to support libcpp)
Now devcpp's cpp parser only support macros with 1 parameter. And libcpp has a key macro which have 2 parameters. So we need to support it.