From ec67b49d7d9e95e12c46005650f2c62e14004f76 Mon Sep 17 00:00:00 2001 From: Kugel Fuhr <98353208+kugelfuhr@users.noreply.github.com> Date: Tue, 1 Jul 2025 17:37:39 +0200 Subject: [PATCH] Change notification message used when pointing to the macro an error comes from. --- src/ca65/error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: