Compare commits
1 Commits
replace_io
...
fix_array_
| Author | SHA1 | Date | |
|---|---|---|---|
| 998fbc3036 |
@@ -1314,7 +1314,7 @@ tuple<int, string, string> getUniqName(const map<string, vector<SgExpression*>>
|
||||
|
||||
tuple<int, string, string> retVal;
|
||||
if (inCommon)
|
||||
retVal = make_tuple(commonPos, string("common_") + getCommonName(foundCommon), string(symb->identifier()));
|
||||
retVal = make_tuple(commonPos, string("common_") + getCommonName(foundCommon), "");
|
||||
else
|
||||
retVal = make_tuple(decl->lineNumber(), string(decl->fileName()), string(symb->identifier()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user