Change notification message used when pointing to the macro an error comes from.
This commit is contained in:
@@ -148,7 +148,7 @@ static void AddNotifications (const Collection* LineInfos)
|
||||
break;
|
||||
|
||||
case LI_TYPE_MACRO:
|
||||
Msg = "Macro was defined here";
|
||||
Msg = "Expanded from macro here";
|
||||
break;
|
||||
|
||||
case LI_TYPE_MACPARAM:
|
||||
|
||||
Reference in New Issue
Block a user