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;
|
break;
|
||||||
|
|
||||||
case LI_TYPE_MACRO:
|
case LI_TYPE_MACRO:
|
||||||
Msg = "Macro was defined here";
|
Msg = "Expanded from macro here";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case LI_TYPE_MACPARAM:
|
case LI_TYPE_MACPARAM:
|
||||||
|
|||||||
Reference in New Issue
Block a user