fixed modules processing
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define VERSION_SPF "2268"
|
#define VERSION_SPF "2269"
|
||||||
|
|||||||
@@ -150,6 +150,7 @@ void fillUseStatement(SgStatement *st, set<string> &useMod,
|
|||||||
{
|
{
|
||||||
SgExpression *ex = st->expr(0);
|
SgExpression *ex = st->expr(0);
|
||||||
string modName = st->symbol()->identifier();
|
string modName = st->symbol()->identifier();
|
||||||
|
convertToLower(modName);
|
||||||
useMod.insert(modName);
|
useMod.insert(modName);
|
||||||
|
|
||||||
if (ex)
|
if (ex)
|
||||||
|
|||||||
Reference in New Issue
Block a user