verilog: allow spaces in macro arguments
This commit is contained in:
@@ -392,7 +392,6 @@ static bool read_argument(std::string &dest)
|
||||
{
|
||||
std::vector<char> openers;
|
||||
for (;;) {
|
||||
skip_spaces();
|
||||
std::string tok = next_token(true);
|
||||
if (tok == ")") {
|
||||
if (openers.empty())
|
||||
|
||||
Reference in New Issue
Block a user