diff --git a/src/ca65/error.c b/src/ca65/error.c index 7e1457964..78941b5c2 100644 --- a/src/ca65/error.c +++ b/src/ca65/error.c @@ -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: