Change notification message used when pointing to the macro an error comes from.

This commit is contained in:
Kugel Fuhr
2025-07-01 17:37:39 +02:00
parent 8e62d3d440
commit ec67b49d7d

View File

@@ -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: